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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace