UITechnologyElementProxy.Name Property

Gets the 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 Name As String
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string with get 
override Name : string with get
override function get Name () : String

Property Value

Type: String

Implements

IUITechnologyElement.Name

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace