| Ridetimes Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Ride.times"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TripTimes times { get; set; }
public:
property TripTimes^ times {
TripTimes^ get ();
void set (TripTimes^ value);
}
function get_times();
function set_times(value);
Property Value
Type:
TripTimesSee Also