ActivatedClientTypeEntry.ContextAttributes 屬性

定義

取得或設定客戶端啟用型別的上下文屬性。

public:
 property cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ ContextAttributes { cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ get(); void set(cli::array <System::Runtime::Remoting::Contexts::IContextAttribute ^> ^ value); };
public System.Runtime.Remoting.Contexts.IContextAttribute[] ContextAttributes { get; set; }
member this.ContextAttributes : System.Runtime.Remoting.Contexts.IContextAttribute[] with get, set
Public Property ContextAttributes As IContextAttribute()

屬性值

用戶端啟用型態的上下文屬性。

備註

目前,這個索引器尚未實作,且對其操作不會產生任何結果。

Context 屬性提供上下文屬性,當這些屬性加入 Context時,可以強制執行如同步或交易等政策。

適用於

另請參閱