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


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