Gets or sets the Channel on the EciRequest.

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

Syntax

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

Property Value

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

See Also