[This is preliminary documentation and is subject to change.]
Adds a new child section node to this node
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConfigSectionNode AddChildNode(
string name,
string value
)
public ConfigSectionNode AddChildNode(
string name,
string value
)
Public Function AddChildNode (
name As String,
value As String
) As ConfigSectionNode
Public Function AddChildNode (
name As String,
value As String
) As ConfigSectionNode
public:
ConfigSectionNode^ AddChildNode(
String^ name,
String^ value
)
public:
ConfigSectionNode^ AddChildNode(
String^ name,
String^ value
)
member AddChildNode :
name : string *
value : string -> ConfigSectionNode
member AddChildNode :
name : string *
value : string -> ConfigSectionNode
Return Value
Type:
ConfigSectionNode