PerformanceCounterInstaller.UninstallAction Property

Definition

Gets a value that indicates whether the performance counter should be removed at uninstall time.

public:
 property System::Configuration::Install::UninstallAction UninstallAction { System::Configuration::Install::UninstallAction get(); void set(System::Configuration::Install::UninstallAction value); };
public System.Configuration.Install.UninstallAction UninstallAction { get; set; }
member this.UninstallAction : System.Configuration.Install.UninstallAction with get, set
Public Property UninstallAction As UninstallAction

Property Value

One of the UninstallAction values. The default is Remove.

Exceptions

Applies to