다음을 통해 공유


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