TextExpressionCompilerSettings.ForImplementation Property

Definition

Gets or sets whether the TextExpressionCompilerSettings is for implementation.

public:
 property bool ForImplementation { bool get(); void set(bool value); };
public bool ForImplementation { get; set; }
member this.ForImplementation : bool with get, set
Public Property ForImplementation As Boolean

Property Value

true if the TextExpressionCompilerSettings is for implementation; otherwise, false.

Applies to