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

In This Topic
    PasswordExpirationDate Property
    In This Topic
    The expiration date (in UTC) for the current password.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property PasswordExpirationDate As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> PasswordExpirationDate {get; set;}
    See Also