| AddTripResponsetrip Property |
The ParaPlan ID associated with this response
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Trip trip { get; set; }
public:
property Trip^ trip {
Trip^ get ();
void set (Trip^ value);
}
function get_trip();
function set_trip(value);
Property Value
Type:
TripSee Also