HtmlCheckBox.Value Property

Gets the value of the value attribute of the check box.

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

Syntax

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

Property Value

Type: System.String
The value of the value attribute of the check box.

.NET Framework Security

See Also

Reference

HtmlCheckBox Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace