Applies To: Operations Manager for System Center 2012
Retrieves the monitoring language pack that has the specified GUID.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringLanguagePack GetMonitoringLanguagePack(
    Guid id
)
public:
MonitoringLanguagePack^ GetMonitoringLanguagePack(
    Guid id
)
member GetMonitoringLanguagePack : 
        id:Guid -> MonitoringLanguagePack
Public Function GetMonitoringLanguagePack (
    id As Guid
) As MonitoringLanguagePack
Parameters
- id 
 Type: System.Guid- The GUID of the language pack to get. 
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack
Returns aMonitoringLanguagePackobject.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top