LabeledProgress.MaxProgressValue Property
Get/Set the maximum progress value
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property MaxProgressValue As Double
public double MaxProgressValue { get; set; }
public:
property double MaxProgressValue {
double get ();
void set (double value);
}
member MaxProgressValue : float with get, set
function get MaxProgressValue () : double
function set MaxProgressValue (value : double)
Property Value
Type: System.Double
Returns Double.
.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