UserInfoUserPasswordExpiration Property |
Return number of days before user password expiration, null value means that password will never expire,
positive values indicates number of days before which the password expires, 0 means that password is already expired
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public Nullable<int> UserPasswordExpiration { get; }
Property Value
Type:
NullableInt32See Also