 | CommonVehicleDescriptorTypeModel Property |
A text representation of the model of the vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Model { get; set; }
Public Property Model As String
Get
Set
function get Model () : String
function set Model (value : String)
function get_Model();
function set_Model(value);
Property Value
Type:
String
See Also