Public Property CollectionTable As Table
public Table CollectionTable { get; set; }
public: property Table^ CollectionTable { Table^ get (); void set (Table^ value); }
function get_collectionTable(); function set_collectionTable(value);