Share via


GetValidManyToManyResponse.EntityNames Property

 

Applies To: Dynamics CRM 2015

Gets an array of logical entity names that can have many-to-many entity relationships.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public string[] EntityNames { get; }
public:
property array<String^>^ EntityNames {
    array<String^>^ get();
}
member EntityNames : string[] with get
Public ReadOnly Property EntityNames As String()

Property Value

Type: System.String[]

Type: String[]
An array of logical entity names that can have many-to-many entity relationships.

See Also

GetValidManyToManyResponse Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright