Reflection
ExpressLogonFeatureApplid Property


Gets or sets the application ID to use for Express Logon Feature (ELF) support.
Syntax
'Declaration
 
Property ExpressLogonFeatureApplid As String
'Usage
 
Dim instance As IIbmTerminal
Dim value As String
 
instance.ExpressLogonFeatureApplid = value
 
value = instance.ExpressLogonFeatureApplid
string ExpressLogonFeatureApplid {get; set;}
Exceptions
ExceptionDescription
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.
Remarks
This property applies to 3270 Telnet and Telnet Extended sessions only. The default is "".
See Also