CommonPageProgress.ProgressBarValue Property
Get/Set the progress bar value
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ProgressBarValue As Double
public double ProgressBarValue { get; set; }
public:
property double ProgressBarValue {
double get ();
void set (double value);
}
member ProgressBarValue : float with get, set
function get ProgressBarValue () : double
function set ProgressBarValue (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.