Click or drag to resize

ConnectionSetP4EnvironmentVar Method

Set the value of an P4 environment variable

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

Parameters

var
Type: SystemString
val
Type: SystemString
Remarks
equivalent ofcommand line "p4 set var=val"
See Also