Share via


HtmlProgressBar.Value Property

Gets the value of the progress bar as a float.

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

Syntax

'Declaration
Public ReadOnly Property Value As Single
public float Value { get; }
public:
property float Value {
    float get ();
}
member Value : float32 with get
function get Value () : float

Property Value

Type: Single
Returns Single.

.NET Framework Security

See Also

Reference

HtmlProgressBar Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace