次の方法で共有


ConfigurationAuthenticationModuleService.IAuthenticationModuleService.IsEnabled メソッド

定義

メソッドの値を IsEnabled() 返します。

 virtual bool Microsoft.Web.Management.Server.IAuthenticationModuleService.IsEnabled() = Microsoft::Web::Management::Server::IAuthenticationModuleService::IsEnabled;
bool IAuthenticationModuleService.IsEnabled ();
Function IsEnabled () As Boolean Implements IAuthenticationModuleService.IsEnabled

戻り値

true モジュール サービスが有効になっている場合は 。それ以外の場合は false

実装

注釈

返された値を使用して、特定のモジュールが有効か無効かを判断できます。

適用対象