Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring string resource object that has the specified GUID.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetStringResource()")]
public MonitoringStringResource GetMonitoringStringResource(
    Guid id
)
public:
[ObsoleteAttribute("Please use Presentation.GetStringResource()")]
MonitoringStringResource^ GetMonitoringStringResource(
    Guid id
)
[<ObsoleteAttribute("Please use Presentation.GetStringResource()")>]
member GetMonitoringStringResource : 
        id:Guid -> MonitoringStringResource
<ObsoleteAttribute("Please use Presentation.GetStringResource()")>
Public Function GetMonitoringStringResource (
    id As Guid
) As MonitoringStringResource
Parameters
- id 
 Type: System.Guid- The GUID of the monitoring string resource object to get. 
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringStringResource
Returns aMonitoringStringResource object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top