GetValidReferencingEntitiesResponse.EntityNames Property

Definition

Gets the array of table logical names that can be the table entity 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 table logical names that can be the table entity in a one-to-many relationship.

Applies to