Deployment Tools Foundation
ArchiveNumber Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileInfo ► ArchiveNumber
Gets the number of the archive where this file starts.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int ArchiveNumber { get; }
Public ReadOnly Property ArchiveNumber As Integer Get
public: property int ArchiveNumber { int get (); }
member ArchiveNumber : int with get
Property Value
Int32
The number of the archive where this file starts.
The number of the archive where this file starts.
Remarks
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.11.1.2318)