NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IChannelInfo.ChannelNames

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[]);

See Also

IChannelInfo Interface | IChannelInfo Members | System.Runtime.Remoting Namespace