<BrowsableAttribute(False)>
<DescriptionAttribute("The uncompressed data size of all ArchiveItems")>
Public ReadOnly Property Size As Long
Dim instance As Archive
Dim value As Long
value = instance.Size
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public long Size {get;}
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public: __property long get_Size();
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public:
property int64 Size {
int64 get();
}