Click or drag to resize
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.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public Nullable<int> UserPasswordExpiration { get; }

Property Value

Type: NullableInt32
See Also