CreateManyToManyRequest.IntersectEntitySchemaName Property

Definition

Gets or sets the name of the intersect entity to be created for this entity relationship. Required.

public:
 property System::String ^ IntersectEntitySchemaName { System::String ^ get(); void set(System::String ^ value); };
public string IntersectEntitySchemaName { get; set; }
member this.IntersectEntitySchemaName : string with get, set
Public Property IntersectEntitySchemaName As String

Property Value

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>_<table 1 collection schema name>_<table 2 collection schema name> For example sample_Accounts_Campaigns.

Applies to