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