HtmlRadioButton.Value Property

Gets the value of this option button.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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 this option button.

.NET Framework Security

See Also

Reference

HtmlRadioButton Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace