クライアント側でアクティブ化されるサービス型のコンテキスト属性を取得または設定します。
Public Property ContextAttributes As IContextAttribute ()
[C#]
public IContextAttribute[] ContextAttributes {get; set;}
[C++]
public: __property IContextAttribute* get_ContextAttributes();public: __property void set_ContextAttributes(IContextAttribute*[]);
[JScript]
public function get ContextAttributes() : IContextAttribute[];
public function set ContextAttributes(IContextAttribute[]);
プロパティ値
クライアント側でアクティブ化されるサービス型のコンテキスト属性。
解説
コンテキスト属性は、コンテキストに追加して、同期、トランザクションなどのポリシーを適用できるコンテキスト プロパティを提供します。
メモ このインデクサが実装されていない場合は、操作しても結果は生成されません。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ActivatedServiceTypeEntry クラス | ActivatedServiceTypeEntry メンバ | System.Runtime.Remoting 名前空間 | Context | ContextAttribute | ContextProperty | IContextAttribute