Context.GetProperty(String) Methode

Definitie

Retourneert een specifieke contexteigenschap, opgegeven op naam.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 virtual System::Runtime::Remoting::Contexts::IContextProperty ^ GetProperty(System::String ^ name);
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty(string name);
[System.Security.SecurityCritical]
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty(string name);
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
[<System.Security.SecurityCritical>]
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
Public Overridable Function GetProperty (name As String) As IContextProperty

Parameters

name
String

De naam van de eigenschap.

Retouren

De opgegeven contexteigenschap.

Kenmerken

Van toepassing op