DiscoveryDataRelationshipNotAllowedException.MonitoringRelationshipId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use RelationshipId
Gets the relationship class identifier of the relationship that caused the exception for the discovery data.
public:
property Guid MonitoringRelationshipId { Guid get(); };
[System.Obsolete("Use RelationshipId")]
public Guid MonitoringRelationshipId { get; }
member this.MonitoringRelationshipId : Guid
Public ReadOnly Property MonitoringRelationshipId As Guid
Property Value
Returns a GUID for the relationship class of the relationship that caused the exception for the discovery data.
- Attributes
Remarks
This property is obsolete. Use the RelationshipId property instead.