Share via


ManagementPack.GetDisplayString Method

Definition

Retrieves the display string for the management pack.

Overloads

GetDisplayString(String)

Retrieves the display string for the management pack using the language code.

GetDisplayString(CultureInfo)

Retrieves a localized display string for the management pack using the language of the display string.

GetDisplayString(String)

Retrieves the display string for the management pack using the language code.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackDisplayString ^ GetDisplayString(System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString GetDisplayString (string languageCode);
member this.GetDisplayString : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Function GetDisplayString (languageCode As String) As ManagementPackDisplayString

Parameters

languageCode
String

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

Returns

The display string for the management pack.

Applies to

GetDisplayString(CultureInfo)

Retrieves a localized display string for the management pack using the language of the display string.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackDisplayString ^ GetDisplayString(System::Globalization::CultureInfo ^ culture);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString GetDisplayString (System.Globalization.CultureInfo culture);
member this.GetDisplayString : System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Public Function GetDisplayString (culture As CultureInfo) As ManagementPackDisplayString

Parameters

culture
CultureInfo

The language of the display string.

Returns

The display string for the management pack.

Applies to