GetValidReferencedEntitiesResponse.EntityNames Property

 

Applies To: Dynamics CRM 2015

Gets the array of valid entity names that can be the primary entity in a many-to-many relationship.

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[]
The array of valid entity names that can be the primary entity in a many-to-many relationship.

See Also

GetValidReferencedEntitiesResponse Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright