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 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 with all other standard properties.