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