InfoConnect for Airlines
XfrEnableTemplates Property


Returns or specifies whether file transfer templates are enabled in 3270 terminal sessions.
Syntax
'Declaration
 
Property XfrEnableTemplates As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.XfrEnableTemplates = value
 
value = instance.XfrEnableTemplates
bool XfrEnableTemplates {get; set;}

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
See Also