HtmlControl.Type Property

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

Property Value

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

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace