SavedSearch.MonitoringObjectId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a Guid of the monitoring object for the saved search.
- Attributes