Share via


DataNode.Node Property

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.

See Also

Reference

DataNode Class

DataNode Members

Microsoft.Web.CommandUI Namespace