Gets the CCSID of the Container.

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

Syntax

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

Property Value

The CCSID of the Container.

See Also