ManagementGroup.GetMonitoringLanguagePacks Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the monitoring language packs.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use LanguagePacks.GetMonitoringLanguagePacks()")]
public ReadOnlyCollection<MonitoringLanguagePack> GetMonitoringLanguagePacks()
public:
[ObsoleteAttribute("Please use LanguagePacks.GetMonitoringLanguagePacks()")]
ReadOnlyCollection<MonitoringLanguagePack^>^ GetMonitoringLanguagePacks()
[<ObsoleteAttribute("Please use LanguagePacks.GetMonitoringLanguagePacks()")>]
member GetMonitoringLanguagePacks : unit -> ReadOnlyCollection<MonitoringLanguagePack>
<ObsoleteAttribute("Please use LanguagePacks.GetMonitoringLanguagePacks()")>
Public Function GetMonitoringLanguagePacks As ReadOnlyCollection(Of MonitoringLanguagePack)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringLanguagePack>
Returns aReadOnlyCollection<T> object ofMicrosoft.EnterpriseManagement.Configuration.MonitoringLanguagePack objects.
See Also
GetMonitoringLanguagePacks Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top