ManagementGroup.GetMonitoringLanguagePack(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a language pack by id.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringLanguagePack ^ GetMonitoringLanguagePack(Guid id);
public Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack GetMonitoringLanguagePack (Guid id);
member this.GetMonitoringLanguagePack : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack
Public Function GetMonitoringLanguagePack (id As Guid) As MonitoringLanguagePack
Parameters
- id
- Guid
The id of the requested language pack.
Returns
The language pack..
Exceptions
A MonitoringLanguagePack with that id was not found.