Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndAllocUnit Property
In This Topic
    XfrIndAllocUnit Property
    In This Topic
    Gets or sets the unit of disk space for your primary and secondary space allocations.
    Syntax
    expression.XfrIndAllocUnit As IndAllocUnitOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An IndAllocUnitOption Enumeration value. When using the default value, the unit is determined by the host.

    If you use the Block value, use the XfrIndAvgBlk property to specify the size for an average block.

    Remarks
    This property affects IND$FILE transfer and is applicable only to 3270 sessions when the host is running TSO.

    This property is only relevant when the XfrHostSys property is set to Tso.

    See Also