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