Attachmate.Reflection.Emulation.IbmHosts Namespace > IFileTransfer Interface : XfrIndAllocUnit Property |
'Declaration
Property XfrIndAllocUnit As IndAllocUnitOption
'Usage
Dim instance As IFileTransfer Dim value As IndAllocUnitOption instance.XfrIndAllocUnit = value value = instance.XfrIndAllocUnit
IndAllocUnitOption XfrIndAllocUnit {get; set;}
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.
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges. |