VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbtDataStructures Class / DataStructures Property
Syntax Requirements SeeAlso
In This Topic
    DataStructures Property (IsbtDataStructures)
    In This Topic
    Gets the list that contains available ISBT data structures.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property DataStructures As System.Collections.Generic.List(Of IsbtDataStructure)
    
    
    public static System.Collections.Generic.List<IsbtDataStructure> DataStructures { get; }
    
    
    public: __property static System.Collections.Generic.List<IsbtDataStructure*>* get_DataStructures();
    
    
    
    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