ActivatedClientTypeEntry.ContextAttributes Eigenschap

Definitie

Hiermee worden de contextkenmerken voor het door de client geactiveerde type opgehaald of ingesteld.

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

Waarde van eigenschap

De contextkenmerken voor het geactiveerde type client.

Opmerkingen

Op dit moment wordt deze indexeerfunctie niet geïmplementeerd en worden er geen resultaten op uitgevoerd.

Context kenmerken bieden contexteigenschappen die, wanneer ze worden toegevoegd aan een Context, beleidsregels kunnen afdwingen, zoals synchronisatie of transacties.

Van toepassing op

Zie ook