Defines the data type held within a Container.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public enum ContainerType
Visual Basic (Declaration)
Public Enumeration ContainerType
Visual C++
public enum class ContainerType

Members

Member nameDescription
BIT
The type for a Container holding binary data.
CHAR
The type for a Container holding character data.

See Also