IConfigSectionNode AttrByName Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns attribute node by its name or empty attribute if real attribute with such name does not exist

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

IConfigAttrNode AttrByName(
	string name,
	bool autoCreate = false
)

Return Value

Type: IConfigAttrNode
See Also