Public Property Owners As Integer()
public int[] Owners { get; set; }
public: property array<int>^ Owners { array<int>^ get (); void set (array<int>^ value); }
function get_owners(); function set_owners(value);