SavedSearch.TargetMonitoringClassId Property

Definition

Caution

Use this.TargetClassId

The associated monitoring class.

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

Property Value

Nullable<Guid>

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

Attributes

Applies to