Share via


LabeledProgress.IndeterminateProgress Property

Get/Set true to indicate that the progress is indeterminate.

When progress is indeterminate, the progress value is ignored.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property IndeterminateProgress As Boolean
public bool IndeterminateProgress { get; set; }
public:
property bool IndeterminateProgress {
    bool get ();
    void set (bool value);
}
member IndeterminateProgress : bool with get, set
function get IndeterminateProgress () : boolean 
function set IndeterminateProgress (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

LabeledProgress Class

Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges Namespace