UITestControl.FriendlyName Property

Gets the name of this control to use in the user interface.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: String
The name of this control to use in the user interface.

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace