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