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