PowerTCP Zip Compression for .NET
VolumeNumber Property (ArchiveItem)




Gets the start volume number of this item.
Syntax
<DefaultValueAttribute()>
<CategoryAttribute("ArchiveItem")>
<DescriptionAttribute("The start volume number that this object locates when spanned across multiple volumes")>
Public ReadOnly Property VolumeNumber As Integer
Dim instance As ArchiveItem
Dim value As Integer
 
value = instance.VolumeNumber
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The start volume number that this object locates when spanned across multiple volumes")]
public int VolumeNumber {get;}
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The start volume number that this object locates when spanned across multiple volumes")]
public: __property int get_VolumeNumber();
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The start volume number that this object locates when spanned across multiple volumes")]
public:
property int VolumeNumber {
   int get();
}

Property Value

An integer specifying the start volume number.
Remarks

The start volume number that indicates where this item starts when spanned across multiple volumes.

Please note that VolumeNumber is 0 based and will return 0 when the ArchiveItem is not spanned.

See Also

Reference

ArchiveItem Class
ArchiveItem Members


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