P4CommandConnection Property
|
Keep track of associated Connection
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
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