WellKnownServiceTypeEntry.ContextAttributes Eigenschaft

Definition

Ruft die Kontextattribute für den vom Server aktivierten Diensttyp 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

IContextAttribute[]

Die Kontextattribute für den serveraktiven Diensttyp.

Hinweise

Derzeit wird dieser Indexer nicht implementiert und Vorgänge darauf werden keine Ergebnisse erzeugen.

Kontextattribute stellen Kontexteigenschaften bereit, die beim Hinzufügen zu einem Kontext Richtlinien wie Synchronisierung und Transaktionen erzwingen können.

Gilt für

Siehe auch