OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / VehicleBase Class / VehicleIdentificationNumber Property



In This Topic
    VehicleIdentificationNumber Property
    In This Topic
    The vehicle identification number (VIN) assigned to this Vehicle.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Vehicle Identification Number")>
    Public Property VehicleIdentificationNumber As String
    'Usage
     
    
    Dim instance As VehicleBase
    Dim value As String
     
    instance.VehicleIdentificationNumber = value
     
    value = instance.VehicleIdentificationNumber
    [DataMember(false)]
    [DisplayName("Vehicle Identification Number")]
    public string VehicleIdentificationNumber {get; set;}
    [DataMember(false)]
    [DisplayName("Vehicle Identification Number")]
    public:
    property String^ VehicleIdentificationNumber {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Alternatively known as the 'chassis number' or 'frame number'. The maximum allowed length for this field is 50 characters.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also