[This is preliminary documentation and is subject to change.]
Retrieves section node by names, from left to right until existing node is found.
If no existing node could be found then empty node instance is returned
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IConfigSectionNode this[
params string[] names
] { get; }
IConfigSectionNode this[
params string[] names
] { get; }
ReadOnly Default Property Item (
ParamArray names As String()
) As IConfigSectionNode
Get
ReadOnly Default Property Item (
ParamArray names As String()
) As IConfigSectionNode
Get
property IConfigSectionNode^ default[... array<String^>^ names] {
IConfigSectionNode^ get (... array<String^>^ names);
}
property IConfigSectionNode^ default[... array<String^>^ names] {
IConfigSectionNode^ get (... array<String^>^ names);
}
abstract Item : IConfigSectionNode with get
abstract Item : IConfigSectionNode with get
Property Value
Type:
IConfigSectionNode