ArchiveNumber Property

Microsoft Deployment Tools

Deployment Tools Foundation ArchiveNumber Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoArchiveNumber
Gets the number of the archive where this file starts.
Declaration Syntax
C# Visual Basic Visual C++
public int ArchiveNumber { get; }
Public ReadOnly Property ArchiveNumber As Integer
public:
property int ArchiveNumber {
	int get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)