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++ | F# |
public int TotalArchives { get; }
Public ReadOnly Property TotalArchives As Integer Get
public: property int TotalArchives { int get (); }
member TotalArchives : int with get
Property Value
Int32
The total number of known archives in a chained set.
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.dll) Version: 3.0.0.0 (3.11.1.2318)