MonitoringEvent.MonitoringClassId 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.ClassId
The base non-abstract MonitoringClass Id of the associated monitoring object.
public:
property Guid MonitoringClassId { Guid get(); };
[System.Obsolete("Use this.ClassId")]
public Guid MonitoringClassId { get; }
member this.MonitoringClassId : Guid
Public ReadOnly Property MonitoringClassId As Guid
Property Value
Returns a Guid for the monitoring class associated with the event.
- Attributes