Compartir a través de


ActivatedClientTypeEntry.ContextAttributes Propiedad

Definición

Obtiene o establece los atributos de contexto para el tipo activado en el cliente.

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

Valor de propiedad

IContextAttribute[]

Atributos de contexto del tipo activado en el cliente.

Comentarios

Actualmente, este indexador no se implementa y las operaciones en ella no generarán ningún resultado.

Context los atributos proporcionan propiedades de contexto que, cuando se agregan a , Contextpueden aplicar directivas como la sincronización o las transacciones.

Se aplica a

Consulte también