'Declaration
Property DeviceName As String
'Usage
Dim instance As IIbmTerminal Dim value As String instance.DeviceName = value value = instance.DeviceName
string DeviceName {get; set;}
'Declaration
Property DeviceName As String
'Usage
Dim instance As IIbmTerminal Dim value As String instance.DeviceName = value value = instance.DeviceName
string DeviceName {get; set;}
Exception | Description |
---|---|
System.ArgumentException | This exception is thrown if the set parameter is too long for the current terminal type. |
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator. |
This setting is only relevant to 5250 sessions or 3270 sessions using either Telnet or Telnet Extended.
The default is "". This string can be up to 10 characters long for 5250 sessions and up to 32 characters long for 3270 sessions.