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
Note: This API is now obsolete.
Gets the relationship type that this dependency monitoring state targets.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.RelationshipId")]
public Guid MonitoringRelationshipClassId { get; }
public:
[ObsoleteAttribute("Use this.RelationshipId")]
property Guid MonitoringRelationshipClassId {
Guid get();
}
[<ObsoleteAttribute("Use this.RelationshipId")>]
member MonitoringRelationshipClassId : Guid with get
<ObsoleteAttribute("Use this.RelationshipId")>
Public ReadOnly Property MonitoringRelationshipClassId As Guid
Property Value
Type: System.Guid
Returns a Guid for the relationship type that this dependency monitoring state targets.
See Also
ExternalRollupMonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top