KpiStateDefinition.Limit Property
Limit of values that would be associated with this state.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Limit As Double
public double Limit { get; set; }
public:
property double Limit {
double get ();
void set (double value);
}
member Limit : float with get, set
function get Limit () : double
function set Limit (value : double)
Property Value
Type: System.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.