Gets/Sets the client workspace.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string Client { get; set; }

Field Value

The client name.

Remarks

Many Perforce commands require a valid client spec to be set in order to run. Defaults to the value set in your Perforce environment. After you've set Client, you can unset (revert to the default) by setting to Client to null.

See Also