adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / CanChangePassword Property


In This Topic
    CanChangePassword Property
    In This Topic
    Determines whether the user can change the login password.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanChangePassword As Boolean
    public bool CanChangePassword {get;}
    public:
    property bool CanChangePassword {
       bool get();
    }
    Remarks
    CanChangePassword is True if the user's login uses password security, or False if the login uses integrated Windows security.
    See Also