Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / GetDASOPassTicket Method
The host application ID.
In This Topic
GetDASOPassTicket Method (Terminal)
In This Topic
Issues a request to the Management and Security Server 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 Terminal Object

Parameters

applicationId
The host application ID.

Return Value

One of the following ReturnCode enumeration values.

Member Description
Cancelled Cancelled.
Error Error.
PermissionRequired Permission is required.
Success Success.
Timeout Timeout condition.
Truncated The text is truncated.

See Also