[This is preliminary documentation and is subject to change.]
Indicates whether language compilation should be performed and Assembly be built
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$compile-code")]
public bool CompileCode { get; set; }
[ConfigAttribute("$compile-code")]
public bool CompileCode { get; set; }
<ConfigAttribute("$compile-code")>
Public Property CompileCode As Boolean
Get
Set
<ConfigAttribute("$compile-code")>
Public Property CompileCode As Boolean
Get
Set
public:
[ConfigAttribute(L"$compile-code")]
property bool CompileCode {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"$compile-code")]
property bool CompileCode {
bool get ();
void set (bool value);
}
[<ConfigAttribute("$compile-code")>]
member CompileCode : bool with get, set
[<ConfigAttribute("$compile-code")>]
member CompileCode : bool with get, set
Property Value
Type:
Boolean