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


In This Topic
    XfrIndSecAlloc Property
    In This Topic
    Gets or sets the size of any additional allocations (in Allocation Units, as specified by the XfrIndAllocUnit) property in the event that the primary allocation is not sufficient.
    Syntax
    'Declaration
     
    
    Property XfrIndSecAlloc As Integer
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Integer
     
    instance.XfrIndSecAlloc = value
     
    value = instance.XfrIndSecAlloc
    int XfrIndSecAlloc {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

    Multiple secondary allocations (known as "extents") are allowed, up to a host-specified limit (generally 15). This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 0. The range of values is 0-32768.

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

    See Also