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