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


In This Topic
    ConnectionAuthenticationType Property
    In This Topic
    Indicates the type of authentication in use for the computer
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionAuthenticationType As LoginAuthenticationType
    public LoginAuthenticationType ConnectionAuthenticationType {get;}
    public:
    property LoginAuthenticationType ConnectionAuthenticationType {
       LoginAuthenticationType get();
    }
    See Also