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