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: 2024.2.269.3570
Syntax public Connection Connection { get; }
Public ReadOnly Property Connection As Connection
Get
public:
property Connection^ Connection {
Connection^ get ();
}
member Connection : Connection with get
Property Value
Type:
ConnectionSee Also