public Item item { get; set; }
Public Property item As Item Get Set
public: property Item^ item { Item^ get (); void set (Item^ value); }