MonitoringAlert.ConnectorId Property
Applies To: Operations Manager for System Center 2012
Gets or sets the globally unique identifier (GUID) for the connector corresponding to the monitoring alert.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public Nullable<Guid> ConnectorId { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Nullable<Guid> ConnectorId {
Nullable<Guid> get();
void set(Nullable<Guid> value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ConnectorId : Nullable<Guid> with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property ConnectorId As Nullable(Of Guid)
Property Value
Type: System.Nullable<Guid>
Returns a Guid for the connector corresponding to the monitoring alert.
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.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top