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 有效。