Share via


ServerGlobalResources.GetString method

Gets the localized string for the current culture.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function GetString ( _
    classKey As String, _
    resourceKey As String _
) As String
'Usage
Dim classKey As String
Dim resourceKey As String
Dim returnValue As String

returnValue = ServerGlobalResources.GetString(classKey, _
    resourceKey)
public static string GetString(
    string classKey,
    string resourceKey
)

Parameters

Return value

Type: System.String

See also

Reference

ServerGlobalResources class

ServerGlobalResources members

Microsoft.PerformancePoint.Scorecards namespace