Share via


ManagementGroup.GetMonitoringView(Guid) Method

Definition

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.

Applies to