ConnectionServer Property
|
Property to access Server associated with connection
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic Server Server { get; }
Public ReadOnly Property Server As Server
Get
public:
property Server^ Server {
Server^ get ();
}
member Server : Server with get
Property Value
Type:
Server
See Also