| AddTripRequestResponseFailedTrips Property |
List of trips and the reason of trips that were not able to be added
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, string> FailedTrips { get; set; }
public:
property Dictionary<String^, String^>^ FailedTrips {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
function get_FailedTrips();
function set_FailedTrips(value);
Property Value
Type:
DictionaryString,
StringSee Also