Gets the type of the Container.

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

Syntax

C#
public ContainerType Type { get; }
Visual Basic
Public ReadOnly Property Type As ContainerType
	Get
Visual C++
public:
property ContainerType Type {
	ContainerType get ();
}

Field Value

The type of the Container.

Remarks

The type will be one of:

See Also