Gets or sets the class name of this style.

[VBScript]
Public Property ClassName As String
[JScript]
public function get ClassName() : String;
public function set ClassName(String);

Property Value

A string representing the class attribute of an HTML element. An empty string will remove the class attribute from the HTML element.

See Also

Style Object | Style Members | HelpProducer Namespace