Represents the logical connection between a specific Perforce Server
instance and a specific client application.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
Syntax
C# |
---|
public Connection Connection { get; } |
Visual Basic |
---|
Public ReadOnly Property Connection As Connection Get |
Visual C++ |
---|
public: property Connection^ Connection { Connection^ get (); } |