CreateManyToManyRequest.IntersectEntitySchemaName Property

 

Applies To: Dynamics CRM 2015

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 String^ IntersectEntitySchemaName {
    String^ get();
    void set(String^ value);
}
member IntersectEntitySchemaName : string with 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

© 2016 Microsoft. All rights reserved. Copyright