GetValidReferencedEntitiesResponse.EntityNames Property

Definition

Gets the array of valid table logical names that can be the referenced table in a one-to-many relationship.

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

Property Value

String[]

The array of valid table logical names that can be the referenced table in a one-to-many relationship.

Applies to