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