CreateManyToManyResponse.ManyToManyRelationshipId Property
Applies To: Dynamics CRM 2015
Gets the ID of the many-to-many entity relationship that is created.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Guid ManyToManyRelationshipId { get; }
public:
property Guid ManyToManyRelationshipId {
Guid get();
}
member ManyToManyRelationshipId : Guid with get
Public ReadOnly Property ManyToManyRelationshipId As Guid
Property Value
Type: System.Guid
Type: Guid
The ID of the many-to-many entity relationship that is created. This corresponds to the MetadataId.
See Also
CreateManyToManyResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright