| AddTripRequestResponseAddedTrips Property |
List of trips (GUID) that were successfully requested
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> AddedTrips { get; set; }
public:
property List<String^>^ AddedTrips {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_AddedTrips();
function set_AddedTrips(value);
Property Value
Type:
ListStringSee Also