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;}
    [ComVisible(false)]
    public:
    property Nullable<DateTime> LastPasswordChange {
       Nullable<DateTime> get();
       void set (    Nullable<DateTime> value);
    }
    See Also