Gets the length of the COMMAREA associated with the request.

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

Syntax

C#
public short CommareaLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommareaLength As Short
Visual C++
public:
property short CommareaLength {
	short get ();
}

Property Value

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

See Also