ILanguagePacksManagement.GetLanguagePack(Guid) Method

Definition

Gets a specific language pack by specifying the identifier for the language pack to return.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackLanguagePack ^ GetLanguagePack(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack GetLanguagePack (Guid id);
abstract member GetLanguagePack : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack
Public Function GetLanguagePack (id As Guid) As ManagementPackLanguagePack

Parameters

id
Guid

The language pack identifier.

Returns

The language pack.

Exceptions

The language pack identified by the id parameter does not exist.

Applies to