InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object / GetDASOPassTicket Method
The host application ID.
In This Topic
    GetDASOPassTicket Method (UtsTerminal)
    In This Topic
    Issues a request to the InfoConnect Security Gateway for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.
    Syntax
    expression.GetDASOPassTicket( _
       ByVal applicationId As String _
    ) As ReturnCode
    where expression is a variable that represents a UtsTerminal Object

    Parameters

    applicationId
    The host application ID.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also