Append a value node

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Shared Sub AppendValueNode( _ 
ByVal doc As XmlDocument, _ 
ByVal node As XmlElement, _ 
ByVal name As String, _ 
ByVal value As String
)
This language is not supported or no code example is available.
public static void AppendValueNode( 
XmlDocument doc
XmlElement node
string name
string value 
)
This language is not supported or no code example is available.
public:  
static void AppendValueNode( 
XmlDocument^ doc
XmlElement^ node
String^ name
String^ value 
)
This language is not supported or no code example is available.
public static function AppendValueNode( 
doc : XmlDocument
node : XmlElement
name : String
value : String 
);
This language is not supported or no code example is available.

Parameters

doc
Type: XmlDocument

<default>

node
Type: XmlElement

<default>

name
Type: string

<default>

value
Type: string

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1