PowerTCP Zip Compression for .NET
Items Property




Gets an ArrayList containing ArchiveItem objects.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property Items As ArrayList
Dim instance As Archive
Dim value As ArrayList
 
value = instance.Items
[Browsable(false)]
public ArrayList Items {get;}
[Browsable(false)]
public: __property ArrayList* get_Items();
[Browsable(false)]
public:
property ArrayList^ Items {
   ArrayList^ get();
}

Property Value

ArrayList.
Remarks

This property allow the developer to view the ArchiveItem objects in the Archive.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic