Share via


ExternalApplication.GetContextValue(String) Method

Definition

Returns the value associated with the provided context key. If the key is not found, the empty string will be returned. If no reference to the Context object is held, null will be returned.

public:
 System::String ^ GetContextValue(System::String ^ key);
public string GetContextValue (string key);
member this.GetContextValue : string -> string
Public Function GetContextValue (key As String) As String

Parameters

key
String

Context key

Returns

Context value corresponding to the provided key

Applies to