KpiMetric.Value Property
Value for Kpi
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Value As Double
public double Value { get; set; }
public:
property double Value {
double get ();
void set (double value);
}
member Value : float with get, set
function get Value () : double
function set Value (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.