VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / AamvaDataElementIdentifiers Class / DCK Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DCK Property (AamvaDataElementIdentifiers)
    In This Topic
    Gets the data element identifier that specifies inventory control number.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property DCK As AamvaDataElementIdentifier
    
    
    public static AamvaDataElementIdentifier DCK { get; }
    
    
    public: __property static AamvaDataElementIdentifier* get_DCK();
    
    
    
    public:
    static property AamvaDataElementIdentifier^ DCK { AamvaDataElementIdentifier^ get(); }
    Remarks

    A string of letters and/or numbers that is affixed to the raw materials (card stock, laminate, etc.) used in producing driver licenses and ID cards. DHS recommended field.

    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