KermitFileNamesTranslationEnabled Property
In This Topic
Returns or specifies whether the File name translation options on the Translation tab in the File Transfer Setup dialog box are used for Kermit transfers.
Syntax
'Declaration
Property KermitFileNamesTranslationEnabled As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.KermitFileNamesTranslationEnabled = value
value = instance.KermitFileNamesTranslationEnabled
bool KermitFileNamesTranslationEnabled {get; set;}
See Also