Gets the length of the COMMAREA associated with the request.

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

Syntax

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

Field Value

The length of the COMMAREA associated with the request, or zero if no COMMAREA has been set.

See Also