CreateManyToManyRequest.IntersectEntitySchemaName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.