Share via


FavoriteMonitoringView.MonitoringView Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets or sets the view that is contained in the favorite view.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use this.View instead")]
public MonitoringView MonitoringView { get; set; }
public:
[ObsoleteAttribute("Please use this.View instead")]
property MonitoringView^ MonitoringView {
    MonitoringView^ get();
    void set(MonitoringView^ value);
}
[<ObsoleteAttribute("Please use this.View instead")>]
member MonitoringView : MonitoringView with get, set
<ObsoleteAttribute("Please use this.View instead")>
Public Property MonitoringView As MonitoringView

Property Value

Type: Microsoft.EnterpriseManagement.Configuration.MonitoringView

Returns a MonitoringView object that is the view that is contained in the favorite view.

See Also

FavoriteMonitoringView Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top