| Stopcancelled Property |
if the trip has been cancelled
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool cancelled { get; set; }
public:
property bool cancelled {
bool get ();
void set (bool value);
}
function get_cancelled();
function set_cancelled(value);
Property Value
Type:
BooleanSee Also