Share via


ConfigurationAuthenticationModuleService.IAuthenticationModuleService.IsEnabled Method

Definition

Returns the value of the IsEnabled() method.

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

Returns

true if the module service is enabled; otherwise, false.

Implements

Remarks

You can use the returned value to determine whether the specific module is enabled or disabled.

Applies to