| UpdatedTripsremoved Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.UpdatedTrips.removed"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> removed { get; set; }
public:
property List<String^>^ removed {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_removed();
function set_removed(value);
Property Value
Type:
ListStringSee Also