[This is preliminary documentation and is subject to change.]
References a special instance of an empty section node (one per configuration).
Empty nodes are returned by indexers when a real node with specified name does not exist
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode EmptySection { get; }
public ConfigSectionNode EmptySection { get; }
Public ReadOnly Property EmptySection As ConfigSectionNode
Get
Public ReadOnly Property EmptySection As ConfigSectionNode
Get
public:
property ConfigSectionNode^ EmptySection {
ConfigSectionNode^ get ();
}
public:
property ConfigSectionNode^ EmptySection {
ConfigSectionNode^ get ();
}
member EmptySection : ConfigSectionNode with get
member EmptySection : ConfigSectionNode with get
Property Value
Type:
ConfigSectionNode