CreateManyToManyRequest.ManyToManyRelationship Property
Applies To: Dynamics CRM 2015
Gets or sets the definition of the Many-to-Many entity relationship to be created. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ManyToManyRelationshipMetadata ManyToManyRelationship { get; set; }
public:
property ManyToManyRelationshipMetadata^ ManyToManyRelationship {
ManyToManyRelationshipMetadata^ get();
void set(ManyToManyRelationshipMetadata^ value);
}
member ManyToManyRelationship : ManyToManyRelationshipMetadata with get, set
Public Property ManyToManyRelationship As ManyToManyRelationshipMetadata
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata
Type: ManyToManyRelationshipMetadata
The definition of the Many-to-Many entity relationship to be created. Required.
See Also
CreateManyToManyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright