ActivatedClientTypeEntry.ContextAttributes Eigenschaft

Definition

Ruft die Kontextattribute für den clientaktiven Typ ab oder legt diese fest.

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

Eigenschaftswert

Die Kontextattribute für den clientaktiven Typ.

Hinweise

Derzeit wird dieser Indexer nicht implementiert, und es werden keine Ergebnisse erzeugt.

Context Attribute stellen Kontexteigenschaften bereit, die, wenn sie einem ContextHinzugefügt werden, Richtlinien wie Synchronisierung oder Transaktionen erzwingen können.

Gilt für:

Weitere Informationen