MenuItemTemplate.Attributes Property
Gets the collection of attributes in the XML markup of the menu item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Attributes As AttributeCollection
Get
'Usage
Dim instance As MenuItemTemplate
Dim value As AttributeCollection
value = instance.Attributes
public AttributeCollection Attributes { get; }
Property Value
Type: System.Web.UI.AttributeCollection
An AttributionCollection that represents the collection of attributes.