CreateCustomerRelationshipsRequest.OneToManyRelationships Property

Definition

Gets or sets the metadata array for the one-to-many relationships to the Account and Contact tables. Required.

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 metadata array for the one-to-many relationships to the Account and Contact tables. Required.

Applies to