CustomXMLNode.NodeValue Property
Gets or sets the value of the current node. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property NodeValue As String
Get
Set
'Usage
Dim instance As CustomXMLNode
Dim value As String
value = instance.NodeValue
instance.NodeValue = value
string NodeValue { get; set; }
Property Value
Type: System.String
String