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
- name
Type: System.String
- 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.