 | CommonContractTypeVehicleDescriptor Property |
The vehicle covered by the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonVehicleDescriptorType VehicleDescriptor { get; set; }
Public Property VehicleDescriptor As CommonVehicleDescriptorType
Get
Set
function get VehicleDescriptor () : CommonVehicleDescriptorType
function set VehicleDescriptor (value : CommonVehicleDescriptorType)
function get_VehicleDescriptor();
function set_VehicleDescriptor(value);
Property Value
Type:
CommonVehicleDescriptorType
See Also