SummaryReportTotalCost Property | |
Gets or sets TotalCost
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public decimal TotalCost { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Decimal TotalCost {
Decimal get ();
void set (Decimal value);
}
function get_TotalCost();
function set_TotalCost(value);
Property Value
Type:
DecimalSee Also