InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IndAllocUnitOption Enumeration


IndAllocUnitOption Enumeration
Specifies the unit of disk space for your primary and secondary space allocations.
Syntax
'Declaration
 
Public Enum IndAllocUnitOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As IndAllocUnitOption
Members
MemberDescription
BlockAllocations are in blocks.
CylinderAllocations are in cylinders.
DefaultThe unit is determined by the host.
TrackAllocations are in tracks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.IndAllocUnitOption

See Also