次の方法で共有


WellKnownServiceTypeEntry.ContextAttributes プロパティ

サーバー側でアクティブ化されるサービス型のコンテキスト属性を取得または設定します。

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 ファミリ

参照

WellKnownServiceTypeEntry クラス | WellKnownServiceTypeEntry メンバ | System.Runtime.Remoting 名前空間 | Context | ContextAttribute | ContextProperty | IContextAttribute