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