Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets or sets a globally unique identifier (GUID) for the connector that the subscription is for.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid MonitoringConnectorId { get; set; }
public:
property Guid MonitoringConnectorId {
Guid get();
void set(Guid value);
}
member MonitoringConnectorId : Guid with get, set
Public Property MonitoringConnectorId As Guid
Property Value
Type: System.Guid
Returns a Guid for the connector that the subscription is for.
Remarks
The MonitoringConnectorId property is set by the MonitoringConnectorSubscription constructor.
Examples
See MonitoringConnectorSubscription for an example of this property.
See Also
MonitoringConnectorSubscription Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top