次の方法で共有


IChannelSinkBase.Properties プロパティ

シンク上のプロパティにアクセスするために使用するディクショナリを取得します。

ReadOnly Property Properties As IDictionary
[C#]
IDictionary Properties {get;}
[C++]
__property IDictionary* get_Properties();
[JScript]
function get Properties() : IDictionary;

プロパティ値

シンク上のプロパティにアクセスするために使用するディクショナリ。チャネル シンクがプロパティをサポートしていない場合は null 参照 (Visual Basic では Nothing) 。

例外

例外の種類 条件
SecurityException 直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。

解説

プロパティがこのチャネル シンクに存在しない場合は、プロパティへのアクセス要求の処理をチェインの次のシンクに代行させます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

IChannelSinkBase インターフェイス | IChannelSinkBase メンバ | System.Runtime.Remoting.Channels 名前空間