| TripRequestpickUpAddress Property |
[Missing <summary> documentation for "P:ParaPlan.Entities.TripRequest.pickUpAddress"]
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public string pickUpAddress { get; set; }
public:
property String^ pickUpAddress {
String^ get ();
void set (String^ value);
}
function get_pickUpAddress();
function set_pickUpAddress(value);
Property Value
Type:
StringSee Also