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