HtmlControl.ValueAttribute Property

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

Property Value

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

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace