UITechnologyElement.ClassName Property

Gets the class name of this element as assigned by the developer.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Property Value

Type: String
The class name.

Implements

IUITechnologyElement.ClassName

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace