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

In This Topic
    LastPasswordChange Property
    In This Topic
    The date/time (in UTC) when the password was last changed.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public Property LastPasswordChange As Nullable(Of Date)
    [ComVisible(false)]
    public Nullable<DateTime> LastPasswordChange {get; set;}
    See Also