public IList Items { get; set; }
Public Property Items As IList Get Set
public: property IList^ Items { IList^ get (); void set (IList^ value); }
member Items : IList with get, set
In This Article