TextExpressionCompilerSettings.GenerateAsPartialClass Property

Definition

Gets or sets whether the TextExpressionCompilerSettings generates as partial class.

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

Property Value

true if the TextExpressionCompilerSettings generates as partial class; otherwise, false.

Applies to