RetrieveRelationshipResponse.RelationshipMetadata 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.
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