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
- 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.