HtmlCheckBox.Value Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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 with get 
override Value : string with get
function get Value () : String

Property Value

Type: 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