ITextExpression.RequiresCompilation Property

Definition

Gets a value that indicates whether the ITextExpression requires compilation.

public:
 property bool RequiresCompilation { bool get(); };
public bool RequiresCompilation { get; }
member this.RequiresCompilation : bool
Public ReadOnly Property RequiresCompilation As Boolean

Property Value

true if the ITextExpression requires compilation; otherwise, false.

Applies to