Click or drag to resize

P4ServerUpdate Method

Update an environment setting used by the server, such as user, client, .. Makes a local only change which overrides registry, environment etc... And does not get written into the registry or the environment use "null" value to remove an existing Update setting.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static void Update(
	string var,
	string val
)

Parameters

var
Type: SystemString
The name of the environment variable
val
Type: SystemString
The new value for the environment variable
See Also