ClusteredImage.ClassName Property
Gets and sets the Cascading Style Sheet (CSS) class name for the clustered image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property ClassName As String
Get
Set
'Usage
Dim instance As ClusteredImage
Dim value As String
value = instance.ClassName
instance.ClassName = value
public virtual string ClassName { get; set; }
Property Value
Type: System.String
A string that contains the CSS class name.