ServiceInstallerDialog.Result 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得服務帳戶表單的對話方塊結果。
public:
property System::ServiceProcess::Design::ServiceInstallerDialogResult Result { System::ServiceProcess::Design::ServiceInstallerDialogResult get(); };
public System.ServiceProcess.Design.ServiceInstallerDialogResult Result { get; }
member this.Result : System.ServiceProcess.Design.ServiceInstallerDialogResult
Public ReadOnly Property Result As ServiceInstallerDialogResult
屬性值
ServiceInstallerDialogResult,表示對話方塊中的使用者回應。 預設為 OK
。
備註
使用 ShowDialog 來提示使用者輸入服務安裝帳戶,然後檢查 Result 值。 如果值為 OK ,請確認輸入 Username 和 Password 有效。