Gets or sets the Channel on the EciRequest.

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

Syntax

C#
public Channel Channel { get; set; }
Visual Basic
Public Property Channel As Channel
	Get
	Set
Visual C++
public:
property Channel^ Channel {
	Channel^ get ();
	void set (Channel^ value);
}

Field Value

The Channel set on the EciRequest or nullNothingnullptra null reference (Nothing in Visual Basic) if one has not been set.

See Also