Gets or sets the current total revenue that exists for this event.
Namespace:
Asi.iBO.Events
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public double TotalRevenue { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property TotalRevenue As Double |
| Visual C++ |
|---|
public:
property double TotalRevenue {
double get ();
void set (double value);
} |
See Also