AccountPolicyConfiguration.ExtranetLockoutModeCalculated Property
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.
public:
property Microsoft::IdentityServer::PolicyModel::Configuration::ExtranetLockoutModes ExtranetLockoutModeCalculated { Microsoft::IdentityServer::PolicyModel::Configuration::ExtranetLockoutModes get(); void set(Microsoft::IdentityServer::PolicyModel::Configuration::ExtranetLockoutModes value); };
public Microsoft.IdentityServer.PolicyModel.Configuration.ExtranetLockoutModes ExtranetLockoutModeCalculated { get; set; }
member this.ExtranetLockoutModeCalculated : Microsoft.IdentityServer.PolicyModel.Configuration.ExtranetLockoutModes with get, set
Public Property ExtranetLockoutModeCalculated As ExtranetLockoutModes