ExternalRollupMonitoringState.MonitoringRelationshipClassId Property
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