VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1ApplicationIdentifiers Class / ApplicationIdentifiers Property
Syntax Requirements SeeAlso
In This Topic
    ApplicationIdentifiers Property (GS1ApplicationIdentifiers)
    In This Topic
    Gets a list of application identifiers.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property ApplicationIdentifiers As GS1ApplicationIdentifier[]
    
    
    public static GS1ApplicationIdentifier[] ApplicationIdentifiers { get; }
    
    
    public: __property static GS1ApplicationIdentifier*[] get_ApplicationIdentifiers();
    
    
    
    public:
    static property GS1ApplicationIdentifier^[] ApplicationIdentifiers { GS1ApplicationIdentifier^[] get(); }
    Requirements

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

    See Also