Indicates whether the password policy is enabled.
ConnectionPropertyType PwdPolicy_Enabled
A boolean true or false indicating whether or not the password policy is enabled.
bool? pwdpolicy_enabled = appSettings.GetBooleanProperty(ConnectionPropertyType.PwdPolicy_Enabled);