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: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public Connection Connection { get; } |
Visual Basic |
---|
Public ReadOnly Property Connection As Connection Get |
Visual C++ |
---|
public: property Connection^ Connection { Connection^ get (); } |