MonitoringState.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 Id of the monitoring object whose state this is.
public:
property Guid MonitoringObjectId { Guid get(); };
[System.Obsolete("Use this.ObjectId")]
public Guid MonitoringObjectId { get; }
member this.MonitoringObjectId : Guid
Public ReadOnly Property MonitoringObjectId As Guid
Property Value
Returns theGuid for the monitoring object associated with the monitoring state.
- Attributes