Click or drag to resize

P4ServerSet Method

Set an environment setting used by the server, such as user, client, ..

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

Parameters

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

Return Value

Type: 
See Also