| TripLocationsdropOff Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.TripLocations.dropOff"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Place dropOff { get; set; }
public:
property Place^ dropOff {
Place^ get ();
void set (Place^ value);
}
function get_dropOff();
function set_dropOff(value);
Property Value
Type:
PlaceSee Also