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 the password is expired and negative value indicates number of days before expiration

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public Nullable<int> UserPasswordExpiration { get; }

Property Value

Type: NullableInt32
See Also