Compartir a través de


AutomationBridgeService.SetContextValue(String, String) Method

Definition

Sets a value in the UII context.

public:
 void SetContextValue(System::String ^ key, System::String ^ value);
public void SetContextValue (string key, string value);
member this.SetContextValue : string * string -> unit
Public Sub SetContextValue (key As String, value As String)

Parameters

key
String

Specifies the key.

value
String

Specifies the value.

Applies to