Share via


MonitoringRelationshipObject.MonitoringRelationshipClassId Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the globally unique identifier (GUID) for the relationship type of this relationship.

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

Syntax

[ObsoleteAttribute("Use RelationshipId")]
public Guid MonitoringRelationshipClassId { get; }
public:
[ObsoleteAttribute("Use RelationshipId")]
property Guid MonitoringRelationshipClassId {
    Guid get();
}
[<ObsoleteAttribute("Use RelationshipId")>]
member MonitoringRelationshipClassId : Guid with get
<ObsoleteAttribute("Use RelationshipId")>
Public ReadOnly Property MonitoringRelationshipClassId As Guid

Property Value

Type: System.Guid

Returns a Guid for the relationship type of this relationship.

See Also

MonitoringRelationshipObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top