Reflection
WTSUserName Property


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
string WTSUserName {get;}
See Also