Universal Windows Service Class Library

ExtendedInstallContext.Get Method 

Get in install context the value of given key.

public string Get(
   string key
);

Parameters

key
Name of the key entry.

Return Value

The value of the key entry or null.

Remarks

Get in install context the value of given key for further use. Informations would be analysed in installing assembly.

See Also

ExtendedInstallContext Class | uws.Install Namespace