CreateManyToManyRequest.IntersectEntitySchemaName Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the name of the intersect entity to be created for this entity relationship. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string IntersectEntitySchemaName { get; set; }
Public Property IntersectEntitySchemaName As String
Property Value
Type: System.String
Type: String
The name of the intersect entity to be created for this entity relationship. Required.
Remarks
This property is required. This property must begin with a valid customization prefix. We recommend that you use a consistent naming convention. This is usually: <customization prefix>_<entity 1 logical name + “s”>_<entity 2 logical name +”s”>. For example “new_accounts_campaigns”.
See Also
CreateManyToManyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright