[This is preliminary documentation and is subject to change.]
Config options section used for compilation
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("options")]
public IConfigSectionNode Options { get; set; }
[ConfigAttribute("options")]
public IConfigSectionNode Options { get; set; }
<ConfigAttribute("options")>
Public Property Options As IConfigSectionNode
Get
Set
<ConfigAttribute("options")>
Public Property Options As IConfigSectionNode
Get
Set
public:
[ConfigAttribute(L"options")]
property IConfigSectionNode^ Options {
IConfigSectionNode^ get ();
void set (IConfigSectionNode^ value);
}
public:
[ConfigAttribute(L"options")]
property IConfigSectionNode^ Options {
IConfigSectionNode^ get ();
void set (IConfigSectionNode^ value);
}
[<ConfigAttribute("options")>]
member Options : IConfigSectionNode with get, set
[<ConfigAttribute("options")>]
member Options : IConfigSectionNode with get, set
Property Value
Type:
IConfigSectionNode