Share via


MonitoringEvent.MonitoringObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the monitoring object associated with the event.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public override Guid MonitoringObjectId { get; internal set; }
public:
property Guid MonitoringObjectId {
    virtual Guid get() override;
    internal: virtual void set(Guid value) override;
}
override MonitoringObjectId : Guid with get, internal set
Public Overrides Property MonitoringObjectId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns a Guid for the monitoring object associated with the event.

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top