Gets or sets the Channel on the EciRequest.
Namespace:
IBM.CTGAssembly: 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); } |