Share via


HtmlSlider.Required Property

Gets whether the control is required.

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

Syntax

'Declaration
Public ReadOnly Property Required As Boolean
public bool Required { get; }
public:
property bool Required {
    bool get ();
}
member Required : bool with get
function get Required () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HtmlSlider Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace