RetrieveRelationshipResponse.RelationshipMetadata Property

Definition

Gets the metadata for the table relationship.

public:
 property Microsoft::Xrm::Sdk::Metadata::RelationshipMetadataBase ^ RelationshipMetadata { Microsoft::Xrm::Sdk::Metadata::RelationshipMetadataBase ^ get(); };
public Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase RelationshipMetadata { get; }
member this.RelationshipMetadata : Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase
Public ReadOnly Property RelationshipMetadata As RelationshipMetadataBase

Property Value

The metadata for the table relationship.

Remarks

The relationship will be either of the types derived from the RelationshipMetadataBase class: ManyToManyRelationshipMetadata or OneToManyRelationshipMetadata

Applies to