UITechnologyElementProxy.ClassName Property

Gets the class name of this element.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ClassName As String
public override string ClassName { get; }
public:
virtual property String^ ClassName {
    String^ get () override;
}
abstract ClassName : string with get 
override ClassName : string with get
override function get ClassName () : String

Property Value

Type: String

Implements

IUITechnologyElement.ClassName

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace