ZmodemFileNamesTranslationEnabled 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 Zmodem transfers.
Syntax
'Declaration
Property ZmodemFileNamesTranslationEnabled As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.ZmodemFileNamesTranslationEnabled = value
value = instance.ZmodemFileNamesTranslationEnabled
bool ZmodemFileNamesTranslationEnabled {get; set;}
Property Value
The default value is false.
See Also