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


In This Topic
    XfrIndAllocUnit Property
    In This Topic
    Returns or specifies the unit of disk space for your primary and secondary space allocations.
    Syntax
    'Declaration
     
    
    Property XfrIndAllocUnit As IndAllocUnitOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As IndAllocUnitOption
     
    instance.XfrIndAllocUnit = value
     
    value = instance.XfrIndAllocUnit
    IndAllocUnitOption XfrIndAllocUnit {get; set;}

    Property Value

    The default specifies that the unit is determined by the host.

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

    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.
    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