Perforce API for the .Net CLR P4.Net

P4Connection.Client Property

Gets/Sets the client workspace.

[Visual Basic]
Public Property Client As String
[C#]
public string Client {get; set;}

Property 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

P4Connection Class | P4API Namespace