ClusteredSPLinkButton.ImageClass Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageClass As String
Get
Set
'Usage
Dim instance As ClusteredSPLinkButton
Dim value As String
value = instance.ImageClass
instance.ImageClass = value
public string ImageClass { get; set; }
Property Value
Type: System.String