'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property TotalCost As Decimal
[DataMember(false)] [DisplayName("")] public decimal TotalCost {get;}
[DataMember(false)] [DisplayName("")] public: property decimal TotalCost { decimal get(); }