InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQRecordSizeVisible Property


In This Topic
    WRQRecordSizeVisible Property
    In This Topic
    Returns or specifies whether the Host record size edit control is displayed in the File Transfer dialog box.
    Syntax
    'Declaration
     
    
    Property WRQRecordSizeVisible As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQRecordSizeVisible = value
     
    value = instance.WRQRecordSizeVisible
    bool WRQRecordSizeVisible {get; set;}

    Property Value

    The default value is false.
    Remarks
    The default value is false.
    See Also