D[] data { get; set; }
Property data As D() Get Set
property array<D>^ data { array<D>^ get (); void set (array<D>^ value); }
abstract data : 'D[] with get, set
In This Article