| VehiclecurrentDriverFirstName Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.Vehicle.currentDriverFirstName"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string currentDriverFirstName { get; set; }
public:
property String^ currentDriverFirstName {
String^ get ();
void set (String^ value);
}
function get_currentDriverFirstName();
function set_currentDriverFirstName(value);
Property Value
Type:
StringSee Also