Share via


SavedSearch.TargetMonitoringClassId Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets or sets the monitoring class associated with the saved search.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the monitoring class associated with the saved search..

See Also

SavedSearch Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top