P4ServerKeepAlive Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2026.1.299.3959
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