Exists Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Exists Property
Checks if the archive exists.
Declaration Syntax
C# Visual Basic Visual C++ F#
public override bool Exists { get; }
Public Overrides ReadOnly Property Exists As Boolean
	Get
public:
virtual property bool Exists {
	bool get () override;
}
abstract Exists : bool with get
override Exists : bool with get
Property Value
Boolean
True if the archive exists; else false.

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