Share via


CreateManyToManyRequest.ManyToManyRelationship Property

Definition

Gets or sets the definition of the Many-to-Many table relationship to be created. Required.

public:
 property Microsoft::Xrm::Sdk::Metadata::ManyToManyRelationshipMetadata ^ ManyToManyRelationship { Microsoft::Xrm::Sdk::Metadata::ManyToManyRelationshipMetadata ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::ManyToManyRelationshipMetadata ^ value); };
public Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata ManyToManyRelationship { get; set; }
member this.ManyToManyRelationship : Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata with get, set
Public Property ManyToManyRelationship As ManyToManyRelationshipMetadata

Property Value

The definition of the Many-to-Many table relationship to be created. Required.

Applies to