Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / DASOApplicationID Property
In This Topic
    DASOApplicationID Property (IbmTerminal)
    In This Topic
    Retrieves or assigns the application ID to use for DASO (Digital Certificate Access Server Automated Sign On) support.
    Syntax
    expression.DASOApplicationID As String
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property applies to 3270 Telnet and Telnet Extended sessions only. It is required for DASO and can be set either via this property or in the call to GetDASOPassTicket. The default is "".
    See Also