Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
classKey
Type: System.StringThe identifier of the class.
resourceKey
Type: System.StringThe resource key.
Return Value
Type: System.String