Click or drag to resize

ConnectionGetP4EnvironmentVar Method

Get the value of an P4 environment variable

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public string GetP4EnvironmentVar(
	string var
)

Parameters

var
Type: SystemString

Return Value

Type: String
Remarks
equivalent of command line "p4 set var"
See Also