InfoConnect API Guide
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
    string WTSPCName {get;}
    See Also