Share via


DataNode.Attributes property

Gets the current set of attributes for the DataNode.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As XmlAttributeCollection
    Get
'Usage
Dim instance As DataNode
Dim value As XmlAttributeCollection

value = instance.Attributes
public XmlAttributeCollection Attributes { get; }

Property value

Type: System.Xml.XmlAttributeCollection
A XmlAttributeCollection object that contains the attributes.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace