| TripRequestfleetmanagerID Property |
If populated to a valid fleetmanager id for this tripdate, it will attempt to automatically approve the request and assign the trip(s) to the route
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public string fleetmanagerID { get; set; }
public:
property String^ fleetmanagerID {
String^ get ();
void set (String^ value);
}
function get_fleetmanagerID();
function set_fleetmanagerID(value);
Property Value
Type:
StringSee Also