[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual ConfigSectionNode ConfigRoot { get; set; }
public virtual ConfigSectionNode ConfigRoot { get; set; }
Public Overridable Property ConfigRoot As ConfigSectionNode
Get
Set
Public Overridable Property ConfigRoot As ConfigSectionNode
Get
Set
public:
virtual property ConfigSectionNode^ ConfigRoot {
ConfigSectionNode^ get ();
void set (ConfigSectionNode^ value);
}
public:
virtual property ConfigSectionNode^ ConfigRoot {
ConfigSectionNode^ get ();
void set (ConfigSectionNode^ value);
}
abstract ConfigRoot : ConfigSectionNode with get, set
override ConfigRoot : ConfigSectionNode with get, set
abstract ConfigRoot : ConfigSectionNode with get, set
override ConfigRoot : ConfigSectionNode with get, set
Property Value
Type:
ConfigSectionNodeImplements
IApplication ConfigRoot