ConfigurationAuthenticationModuleService.IAuthenticationModuleService.IsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.