CurrentArchiveName Property

Microsoft Deployment Tools

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
public:
property String^ CurrentArchiveName {
	String^ get ();
}
Value
The name of the current archive, or an empty string if no name was specified.

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