Share via


KpiMetric Constructor (String, Double)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As Double _
)
public KpiMetric(
    string name,
    double value
)
public:
KpiMetric(
    String^ name, 
    double value
)
new : 
        name:string * 
        value:float -> KpiMetric
public function KpiMetric(
    name : String, 
    value : double
)

Parameters

.NET Framework Security

See Also

Reference

KpiMetric Class

KpiMetric Overload

Microsoft.TeamFoundation.Framework.Server Namespace