GetValidManyToManyResponse.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 an array of table logical names that can have many-to-many entity relationships.
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[]
An array of table logical names that can have many-to-many entity relationships.