![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
ArchiveNumber Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileInfo ► ArchiveNumber
Gets the number of the archive where this file starts.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public int ArchiveNumber { get; }
Public ReadOnly Property ArchiveNumber As Integer Get
public: property int ArchiveNumber { int get (); }
![](collapse_all.gif)
Int32
The number of the archive where this file starts.
The number of the archive where this file starts.
![](collapse_all.gif)
A single archive or the first archive in a chain is
numbered 0.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)