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

属性值

客户端激活的服务类型的上下文属性。

注解

目前,此索引器未实现,并且其上的操作不会生成任何结果。

上下文属性提供在添加到上下文时可以强制实施同步和事务等策略的上下文属性。

适用于

另请参阅