ClassName Property (StyleSheetRule)
In This Topic
Gets/sets the ClassName of this StyleSheetRule. This value can be used to retrieve the stylesheet rule from it's parent stylesheet.
Syntax
'Declaration
Public Property ClassName As String
public string ClassName {get; set;}
See Also