ContainerType Property

CICS Transaction Gateway V10.1.0.0
Gets the type of the Container.

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

public ContainerType Type { get; }

Property Value

Type: ContainerType
Remarks

The type will be one of: BIT - A Container holding binary data. CHAR - A Container holding character data.
See Also

Reference