Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndPrimAlloc Property
In This Topic
    XfrIndPrimAlloc Property
    In This Topic
    Gets or sets the size (in Allocation Units, as specified by the XfrIndAllocUnit property) of the primary allocation for the host file being created by an IND$FILE transfer.
    Syntax
    expression.XfrIndPrimAlloc As Integer
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is 0. The range of values is 0 - 32,768
    Remarks

    This property affects IND$FILE transfer and is applicable to 3270 sessions only.

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

    See Also