P4ServerKeepAlive Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic IKeepAlive KeepAlive { get; set; }
Public Property KeepAlive As IKeepAlive
Get
Set
public:
property IKeepAlive^ KeepAlive {
IKeepAlive^ get ();
void set (IKeepAlive^ value);
}
member KeepAlive : IKeepAlive with get, set
Property Value
Type:
IKeepAlive
See Also