Perforce API for the .Net CLR P4.Net

P4Connection.ServerLevel Property

Checks the server level (version) of the Perforce server.

[Visual Basic]
Public ReadOnly Property ServerLevel As Integer
[C#]
public int ServerLevel {get;}

Property Value

The server's version level.

Remarks

See http://kb.perforce.com/P4dServerReference/ProtocolLevels/PerforceServerLevels for more informantion.

See Also

P4Connection Class | P4API Namespace