Gets the CCSID of the Container.

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

Syntax

C#
public int Ccsid { get; }
Visual Basic
Public ReadOnly Property Ccsid As Integer
	Get
Visual C++
public:
property int Ccsid {
	int get ();
}

Field Value

The CCSID of the Container.

Remarks

The CCSID is only relevant for CHAR containers; for BIT containers the CCSID is always 0.

See Also