public decimal ItemWeight { get; set; }
Public Property ItemWeight As Decimal Get Set
public: property Decimal^ ItemWeight { Decimal^ get (); void set (Decimal^ value); }