[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Retrieves the display string for the management pack. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPack
Dim languageCode As String
Dim returnValue As ManagementPackDisplayString

returnValue = instance.GetDisplayString(languageCode)

Syntax

Visual Basic
Public Function GetDisplayString ( _
		languageCode As String _
) As ManagementPackDisplayString
C#
public ManagementPackDisplayString GetDisplayString (
		string languageCode
)
C++
public:
ManagementPackDisplayString^ GetDisplayString (
		String^ languageCode
)
J#
public ManagementPackDisplayString GetDisplayString (
		String languageCode
)
JScript
public function GetDisplayString (
		languageCode : String
) : ManagementPackDisplayString

Parameters

languageCode

The language code that identifies the language of the returned display string.

Return Value

The display string for the management pack.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also