ManagementGroup.GetMonitoringView(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.GetView()
Gets a view by id.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringView ^ GetMonitoringView(Guid id);
[System.Obsolete("Please use Presentation.GetView()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringView GetMonitoringView (Guid id);
member this.GetMonitoringView : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringView
Public Function GetMonitoringView (id As Guid) As MonitoringView
Parameters
- id
- Guid
The id of the requested view.
Returns
The view.
- Attributes
Exceptions
A MonitoringView with that id was not found.
Remarks
A view is a depiction of data with predefined criteria.