IsClosed Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation IsClosed Property
Checks if the handle is closed. When closed, method calls on the handle object may throw an InvalidHandleException.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
	Get
public:
property bool IsClosed {
	bool get ();
}
member IsClosed : bool with get
Property Value

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