pipeclient クラス : ChannelName ゲッタ

説明

チャンネル名を取得します。

構文

pipeclientInstance.ChannelName

引数

無し。

返り値

クラス説明
stringチャンネル名。

サンプルコード

1:

pipeclient pClient = new pipeclient();

2:

string channelName = pClient.ChannelName; // ""

3:

pClient = new pipeclient("newchannel");

4:

channelName = pClient.ChannelName; // "newchannel"

注意

未初期化のインスタンスに対してこのゲッタを呼び出すと、空文字列が返ります。

参照リンク

無し。

Copyright © Cooker All rights reserved.