Gets or sets the class name.
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ClassName As String
public string ClassName { get; set; }
public:
property String^ ClassName {
    String^ get ();
    void set (String^ value);
}
member ClassName : string with get, set
function get ClassName () : String 
function set ClassName (value : String)
Property Value
Type: String
The class name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.