State Property

Microsoft Deployment Tools

Deployment Tools Foundation State Property
Gets the installation state of this instance of the patch.
Declaration Syntax
C# Visual Basic Visual C++
public PatchStates State { get; }
Public ReadOnly Property State As PatchStates
public:
property PatchStates State {
	PatchStates get ();
}
Exceptions
Exception Condition
ArgumentException An unknown patch was requested
InstallerException The installer configuration data is corrupt

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)