Sets the contents of a CHAR Container.

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

Syntax

C#
public void SetData(
	string charData
)
Visual Basic (Declaration)
Public Sub SetData ( _
	charData As String _
)
Visual C++
public:
void SetData(
	String^ charData
)

Parameters

charData
Type: System..::.String
The String data to put into the Container.

Exceptions

ExceptionCondition
IBM.CTG..::.ContainerTypeExceptionThe Container is not of type CHAR.
System..::.ObjectDisposedExceptionWhen this Container has already been disposed.

See Also