This is the collection that is parsed from number property.
You can add items to this collection.
Key is the Application Identifiers (AI)
Value is AI's data.
Namespace:
Lesnikowski.BarcodeAssembly: Barcode (in Barcode.dll) Version: 1.0.5.40002
Syntax
| C# |
|---|
public NameValueCollection DataSections { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DataSections As NameValueCollection |
| Visual C++ |
|---|
public: property NameValueCollection^ DataSections { NameValueCollection^ get (); } |