ConsoleNode.Attributes Property
Gets a collection of all Attributes properties pertaining to this ConsoleNode object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As NameValueCollection
Get
'Usage
Dim instance As ConsoleNode
Dim value As NameValueCollection
value = instance.Attributes
public NameValueCollection Attributes { get; }
Property Value
Type: System.Collections.Specialized.NameValueCollection
A NameValueCollection of all Attributes properties pertaining to this ConsoleNode object.
Remarks
When extra properties are defined in the Console XML that are not defined as properties of the ConsoleNode object, for example, they appear in this collection along with all other standard properties.