Share via


MonitoringAlert.ConnectorId Property

Definition

The id of the corresponding connector, if there is one.

public:
 property Nullable<Guid> ConnectorId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Guid? ConnectorId { get; set; }
member this.ConnectorId : Nullable<Guid> with get, set
Public Property ConnectorId As Nullable(Of Guid)

Property Value

Returns a Guid for the connector corresponding to the monitoring alert.

Attributes

Remarks

Not all alerts are associated with a connector. When a property value for an alert is set, call the Update method to update the alert.

Applies to