Share via


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

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace