Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest.IsSetAllowUsersToChangePassword C# (CSharp) Method

IsSetAllowUsersToChangePassword() private method

private IsSetAllowUsersToChangePassword ( ) : bool
return bool
        internal bool IsSetAllowUsersToChangePassword()
        {
            return this.allowUsersToChangePassword.HasValue;
        }