Universal Windows Service Class Library

ExtendedInstallContext.Set Method 

Set in install context the given key with given value.

public void Set(
   string key,
   string val
);

Parameters

key
Name of the key entry.
val
Value of the key entry.

Remarks

Set in install context given key with given value for further use. Informations would be analysed in installing assembly.

See Also

ExtendedInstallContext Class | uws.Install Namespace