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