Helper.GetString Method (String) (Microsoft.PerformancePoint.Scorecards)
Gets a resource string.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Shared Function GetString ( _
key As String _
) As String
'Usage
Dim key As String
Dim returnValue As String
returnValue = Helper.GetString(key)
public static string GetString (
string key
)
Parameters
- key
Key of resource.
Return Value
Value of resource.
See Also
Reference
Helper Class
Helper Members
Microsoft.PerformancePoint.Scorecards Namespace