Share via


Helper.GetInt Method (Microsoft.PerformancePoint.Scorecards)

Gets an integet resoruce int.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function GetInt ( _
    key As String _
) As Integer
'Usage
Dim key As String
Dim returnValue As Integer

returnValue = Helper.GetInt(key)
public static int GetInt (
    string key
)

Parameters

  • key
    Key of resource.

Return Value

Value of resource.

See Also

Reference

Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace