Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the currently select node.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property Node As XmlNode
Get
'Usage
Dim instance As DataNode
Dim value As XmlNode
value = instance.Node
public XmlNode Node { get; }
Property Value
Type: System.Xml.XmlNode
The current XmlNode object.