[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IConfigAttrNode IConfigSectionNode.AttrByName(
string name,
bool autoCreate
)
IConfigAttrNode IConfigSectionNode.AttrByName(
string name,
bool autoCreate
)
Private Function AttrByName (
name As String,
autoCreate As Boolean
) As IConfigAttrNode Implements IConfigSectionNode.AttrByName
Private Function AttrByName (
name As String,
autoCreate As Boolean
) As IConfigAttrNode Implements IConfigSectionNode.AttrByName
private:
virtual IConfigAttrNode^ AttrByName(
String^ name,
bool autoCreate
) sealed = IConfigSectionNode::AttrByName
private:
virtual IConfigAttrNode^ AttrByName(
String^ name,
bool autoCreate
) sealed = IConfigSectionNode::AttrByName
private abstract AttrByName :
name : string *
autoCreate : bool -> IConfigAttrNode
private override AttrByName :
name : string *
autoCreate : bool -> IConfigAttrNode
private abstract AttrByName :
name : string *
autoCreate : bool -> IConfigAttrNode
private override AttrByName :
name : string *
autoCreate : bool -> IConfigAttrNode
Return Value
Type:
IConfigAttrNodeImplements
IConfigSectionNode AttrByName(String, Boolean)