MonitoringAlert.MonitoringObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the monitoring object that is associated with this alert.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public override Guid MonitoringObjectId { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Guid MonitoringObjectId {
    virtual Guid get() override;
    internal: virtual void set(Guid value) override;
}
[<DataMemberAttribute(IsRequired = true)>]
override MonitoringObjectId : Guid with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Overrides Property MonitoringObjectId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns the Guid for the monitoring object that is associated with this alert.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top