Share via


UITestBuilderButton.Name Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the button.

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

Syntax

'Declaration
Public Property Name As String
public string Name { get; private set; }
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)

Property Value

Type: System.String
The name of the button.

.NET Framework Security

See Also

Reference

UITestBuilderButton Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace