CurrentArchiveName Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CurrentArchiveName Property
Gets the name of the current archive. Not necessarily the name of the archive on disk. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++
public string CurrentArchiveName { get; }
Public ReadOnly Property CurrentArchiveName As String
	Get
public:
property String^ CurrentArchiveName {
	String^ get ();
}
Property Value
String
The name of the current archive, or an empty string if no name was specified.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)