RepositoryConnection Property
|
Represents the logical connection between a specific Perforce Server
instance and a specific client application.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic Connection Connection { get; }
Public ReadOnly Property Connection As Connection
Get
public:
property Connection^ Connection {
Connection^ get ();
}
member Connection : Connection with get
Property Value
Type:
Connection
See Also