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


In This Topic
WTSUserName Property
In This Topic
Gets the user name returned by Windows Terminal Server (WTS).
Syntax
'Declaration
 
ReadOnly Property WTSUserName As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
value = instance.WTSUserName
See Also