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