WellKnownServiceTypeEntry.ContextAttributes Eigenschaft

Definition

Ruft die Kontextattribute für den serveraktiven 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

Die Kontextattribute für den serveraktiven Diensttyp.

Hinweise

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

Kontextattribute stellen Kontexteigenschaften bereit, die, wenn sie einem Kontext hinzugefügt werden, Richtlinien wie Synchronisierung und Transaktionen erzwingen können.

Gilt für:

Weitere Informationen