adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / PasswordExpirationDays Property

In This Topic
    PasswordExpirationDays Property
    In This Topic
    The number of days after which the password expires.
    Syntax
    'Declaration
     
    
    Public Property PasswordExpirationDays As Integer
    public int PasswordExpirationDays {get; set;}
    Remarks
    This value is stored for calculating the PasswordExpirationDate.
    See Also