EventLogInstaller.UninstallAction Property
Assembly: System.Configuration.Install (in system.configuration.install.dll)
/** @property */ public UninstallAction get_UninstallAction () /** @property */ public void set_UninstallAction (UninstallAction value)
public function get UninstallAction () : UninstallAction public function set UninstallAction (value : UninstallAction)
Property Value
One of the UninstallAction values that indicates what state to leave the event log in when the EventLog is uninstalled. The default is Remove.When you install an event log, you can optionally connect it to an existing log. If you do so, you must decide whether the log should return to its pre-installation state, or remain in its current, post-installation state. If you elect to return the event log to its pre-installation state, changes to the event log entries at installation are not restored. You can reset only the event log properties that are associated with the EventLogInstaller to their pre-installation values.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.