P4CommandpServer Property
|
Keep track of associated P4Server
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4Server pServer { get; }
Public ReadOnly Property pServer As P4Server
Get
public:
property P4Server^ pServer {
P4Server^ get ();
}
member pServer : P4Server with get
Property Value
Type:
P4Server
See Also