FavoriteMonitoringView.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
Please use this.ObjectId instead
The monitoring object id this favorite view targets.
public:
property Guid MonitoringObjectId { Guid get(); void set(Guid value); };
[System.Obsolete("Please use this.ObjectId instead")]
public Guid MonitoringObjectId { get; set; }
member this.MonitoringObjectId : Guid with get, set
Public Property MonitoringObjectId As Guid
Property Value
Returns a Guid for the monitoring object that the favorite view targets.
- Attributes