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 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.