KpiStateDefinition.KpiState Property
KpiState being defined
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property KpiState As KpiState
public KpiState KpiState { get; set; }
public:
property KpiState KpiState {
KpiState get ();
void set (KpiState value);
}
member KpiState : KpiState with get, set
function get KpiState () : KpiState
function set KpiState (value : KpiState)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.KpiState
.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.