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 |