IsExpression Property (IntrinsicCastExpressionInfo)
In This Topic
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 Overrides NotOverridable ReadOnly Property IsExpression As Boolean
public override bool IsExpression {get;}
See Also