Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / DASOUserID Property


In This Topic
DASOUserID Property (ITerminal)
In This Topic
Gets the RACF USERID for DASO (Digital Certificate Access Server Automated Sign On). This field will be empty until a successful call to GetDASOPassTicket is executed.
Syntax
'Declaration
 
ReadOnly Property DASOUserID As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
value = instance.DASOUserID
See Also