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


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