CurrentArchiveName Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation CurrentArchiveName Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentArchiveName
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++ F#
public string CurrentArchiveName { get; }
Public ReadOnly Property CurrentArchiveName As String
	Get
public:
property String^ CurrentArchiveName {
	String^ get ();
}
member CurrentArchiveName : string with 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.11.1.2318)