ActivatedClientTypeEntry.ContextAttributes Właściwość

Definicja

Pobiera lub ustawia atrybuty kontekstu dla typu aktywowanego przez klienta.

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

Wartość właściwości

IContextAttribute[]

Atrybuty kontekstu aktywowanego typu klienta.

Uwagi

Obecnie ten indeksator nie jest zaimplementowany, a operacje na nim nie generują żadnych wyników.

Context atrybuty zapewniają właściwości kontekstu, które po dodaniu do Contextelementu mogą wymuszać zasady, takie jak synchronizacja lub transakcje.

Dotyczy

Zobacz też