public int ItemNo { get; set; }
Public Property ItemNo As Integer Get Set
public: property int^ ItemNo { int^ get (); void set (int^ value); }