ReportResultTotals Property |
Gets or sets the totals.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string[][] Totals { get; set; }
Public Property Totals As String()()
Get
Set
public:
property array<array<String^>^>^ Totals {
array<array<String^>^>^ get ();
void set (array<array<String^>^>^ value);
}
member Totals : string[][] with get, set
Property Value
Type:
StringThe totals.
See Also