ManagementGroup.GetMonitoringStringResource(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.
Caution
Please use Presentation.GetStringResource()
Gets a single MonitoringStringResource object based on an id.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringStringResource ^ GetMonitoringStringResource(Guid id);
[System.Obsolete("Please use Presentation.GetStringResource()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringStringResource GetMonitoringStringResource (Guid id);
member this.GetMonitoringStringResource : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringStringResource
Public Function GetMonitoringStringResource (id As Guid) As MonitoringStringResource
Parameters
- id
- Guid
The id to retrieve.
Returns
An MonitoringStringResource object.
- Attributes
Exceptions
MonitoringStringResource with the given id was not found.