Partager via


SavedSearch.MonitoringViewTypeId Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets or sets the globally unique identifier (GUID) for the monitoring view type associated with the saved search.

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

Syntax

[ObsoleteAttribute("Use this.ViewTypeId")]
public Guid MonitoringViewTypeId { get; set; }
public:
[ObsoleteAttribute("Use this.ViewTypeId")]
property Guid MonitoringViewTypeId {
    Guid get();
    void set(Guid value);
}
[<ObsoleteAttribute("Use this.ViewTypeId")>]
member MonitoringViewTypeId : Guid with get, set
<ObsoleteAttribute("Use this.ViewTypeId")>
Public Property MonitoringViewTypeId As Guid

Property Value

Type: System.Guid

Returns a Guid for the monitoring view type associated with the saved search.

See Also

SavedSearch Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top