IsExpression Property (ScriptStringValue)
In This Topic
Gets or sets a value indicating whether the current
ScriptValue<T> is specified as an expression.
Syntax
'Declaration
Public Property IsExpression As Boolean
public bool IsExpression {get; set;}
See Also