Gets and sets the names of the channels.
[Visual Basic] Property ChannelNames As String () [C#] string[] ChannelNames {get; set;} [C++] String* get_ChannelNames() = 0;void set_ChannelNames(String*[]) = 0; [JScript] abstract function get ChannelNames() : String[]; public abstract function set ChannelNames(String[]);
IChannelInfo Interface | IChannelInfo Members | System.Runtime.Remoting Namespace