言語

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値の 1 つ。 既定値は Remove です。

例外

値は UninstallActionではありません。

適用対象