Link.CustomAttributes property
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CustomAttributes As AttributeCollection
Get
'Usage
Dim instance As Link
Dim value As AttributeCollection
value = instance.CustomAttributes
public AttributeCollection CustomAttributes { get; }
Property value
Type: System.Web.UI.AttributeCollection