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
- 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.TeamFoundation.VersionControl.Controls.PendingChanges Namespace