InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400RecordLength Property


In This Topic
    Xfr400RecordLength Property
    In This Topic
    Returns or specifies (second syntax line) the record size (in bytes) for files being created on the host.
    Syntax
    'Declaration
     
    
    Property Xfr400RecordLength As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.Xfr400RecordLength = value
     
    value = instance.Xfr400RecordLength
    int Xfr400RecordLength {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is 92. The range of values is 13-4105.
    See Also