AutomationBridgeService.SetContextValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.