PerformanceCounterInstaller.UninstallAction Свойство

Определение

Возвращает значение, позволяющее определить, нужно или удалять счетчик производительности во время удаления приложения.

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

Значение свойства

Одно из значений перечисления UninstallAction. Значение по умолчанию — Remove.

Исключения

Значение свойства не равно UninstallAction.

Применяется к