Dela via


MonitoringAlertHistory.ConnectorId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the connector associated with the alert.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the connector associated with the alert.

See Also

MonitoringAlertHistory Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top