ClusteredImage.ClassName property

Gets and sets the class name in a cascading style sheet (CSS) for the clustered image.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

ClusteredImage class

ClusteredImage members

Microsoft.SharePoint.WebControls namespace