Name Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Name Property
Gets the file name of the archive.
Declaration Syntax
C# Visual Basic Visual C++ F#
public override string Name { get; }
Public Overrides ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get () override;
}
abstract Name : string with get
override Name : string with get
Property Value
String
The file name of the archive, not including any path.

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