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