HtmlControl.Title Property

Gets the value of the Title attribute of this control.

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

Syntax

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

Property Value

Type: String
The value of the Title attribute of this control.

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace