C-DEngine 5.105

TheCDEKPIs..::..GetKPI Method (String)

Return the value of an existing KPI by name

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static long GetKPI(
	string name
)
Public Shared Function GetKPI ( _
	name As String _
) As Long
public:
static long long^ GetKPI(
	String^ name
)

Parameters

name
Type: String
The name of the KPI whose value will be returned

Return Value

The value of the KPI