ActivityXamlServicesSettings.CompileExpressions Property

Definition

Gets or sets a value that indicates whether the expressions are compiled.

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

Property Value

true if the expressions are compiled; otherwise, false.

Applies to