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


In This Topic
    IssueExpirationAlerts Property
    In This Topic
    Determines whether adTempus should issue alerts when the profile's password is nearing expiration or has expired.
    Syntax
    'Declaration
     
    
    Public Property IssueExpirationAlerts As Boolean
    public bool IssueExpirationAlerts {get; set;}
    public:
    property bool IssueExpirationAlerts {
       bool get();
       void set (    bool value);
    }
    See Also