SilverlightProgressBar.IsIndeterminate Property
Gets a value that indicates whether the progress bar is indeterminate.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsIndeterminate As Boolean
Get
public virtual bool IsIndeterminate { get; }
public:
virtual property bool IsIndeterminate {
bool get ();
}
abstract IsIndeterminate : bool
override IsIndeterminate : bool
function get IsIndeterminate () : boolean
Property Value
Type: System.Boolean
true if the progress bar is indeterminate, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace