IConfigSectionNode Item Property ( String )NFX Class Library

[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.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

IConfigSectionNode this[
	params string[] names
] { get; }

Parameters

names
Type:  OnlineSystem String 

Property Value

Type: IConfigSectionNode
See Also