| ReservationdropOffPlace Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Reservation.dropOffPlace"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Place dropOffPlace { get; set; }
public:
property Place^ dropOffPlace {
Place^ get ();
void set (Place^ value);
}
function get_dropOffPlace();
function set_dropOffPlace(value);
Property Value
Type:
PlaceSee Also