共用方式為


ActivatedClientTypeEntry.ContextAttributes 屬性

定義

取得或設定用戶端啟動型別的內容屬性 (Attribute)。

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()

屬性值

IContextAttribute[]

用戶端啟動型別的內容屬性。

備註

目前未實作此索引子,而且其上的作業不會產生任何結果。

Context 屬性提供內容屬性,當新增至 Context 時,可以強制執行同步處理或交易等原則。

適用於

另請參閱