GetValidReferencingEntitiesResponse.EntityNames 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 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.