Returns true if this object represents an actual dynamic expression. Returns false if the expression should be taken as a literal string value.
Syntax
'Declaration
Public Overridable ReadOnly Property IsExpression As Boolean
public virtual bool IsExpression {get;}
See Also