Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public void SetData( string charData ) |
Visual Basic |
---|
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
Exception | Condition |
---|---|
IBM.CTG..::..ContainerTypeException | The Container is not of type CHAR. |
System..::..ObjectDisposedException | When this Container has already been disposed. |