SavedSearch.MonitoringObjectId Property

Definition

Caution

Use this.ObjectId

The optional monitoring object id for this saved search.

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

Property Value

Nullable<Guid>

Returns a Guid of the monitoring object for the saved search.

Attributes

Applies to