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,这些属性可以强制实施同步或事务等策略。

适用于

另请参阅