TotalArchives Property

Microsoft Deployment Tools

Deployment Tools Foundation TotalArchives Property
Gets the total number of known archives in a chained set. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++
public int TotalArchives { get; }
Public ReadOnly Property TotalArchives As Integer
public:
property int TotalArchives {
	int get ();
}
Value
The total number of known archives in a chained set.
Remarks
When using the compression option to auto-split into multiple archives based on data size, this value will not be accurate until the end.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)