 | CommonVehicleDescriptorTypeMake Property |
A text representation of the make (manufacturer) of the vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Make { get; set; }
Public Property Make As String
Get
Set
function get Make () : String
function set Make (value : String)
function get_Make();
function set_Make(value);
Property Value
Type:
String
See Also