public Object[] Items { get; set; }
Public Property Items As Object() Get Set
public: property array<Object^>^ Items { array<Object^>^ get (); void set (array<Object^>^ value); }
member Items : Object[] with get, set
In This Article