CreateManyToManyRequest.ManyToManyRelationship 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 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.