ArchiveName Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ArchiveName Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoArchiveName
Gets the full path of the archive that contains this file.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string ArchiveName { get; }
Public ReadOnly Property ArchiveName As String
	Get
public:
property String^ ArchiveName {
	String^ get ();
}
member ArchiveName : string with get
Property Value
String
The full path of the archive that contains this file.

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