VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / AamvaDataElementIdentifiers Class / DCD Property
Syntax Requirements SeeAlso
In This Topic
    DCD Property (AamvaDataElementIdentifiers)
    In This Topic
    Gets the data element identifier that specifies jurisdiction-specific codes, which represent additional privileges granted to the cardholder beyond the vehicle class (such as transportation of passengers, hazardous materials, operation of motorcycles, etc).
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property DCD As AamvaDataElementIdentifier
    
    
    public static AamvaDataElementIdentifier DCD { get; }
    
    
    public: __property static AamvaDataElementIdentifier* get_DCD();
    
    
    
    public:
    static property AamvaDataElementIdentifier^ DCD { AamvaDataElementIdentifier^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also