CreatePolymorphicLookupAttributeRequest.OneToManyRelationships 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 or sets the one-to-many relationship definitions for each table that the multi-table lookup column supports.
public:
property cli::array <Microsoft::Xrm::Sdk::Metadata::OneToManyRelationshipMetadata ^> ^ OneToManyRelationships { cli::array <Microsoft::Xrm::Sdk::Metadata::OneToManyRelationshipMetadata ^> ^ get(); void set(cli::array <Microsoft::Xrm::Sdk::Metadata::OneToManyRelationshipMetadata ^> ^ value); };
public Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata[] OneToManyRelationships { get; set; }
member this.OneToManyRelationships : Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata[] with get, set
Public Property OneToManyRelationships As OneToManyRelationshipMetadata()
Property Value
The one-to-many relationship definitions for each table that the multi-table lookup column supports.