public int KeepAliveTimeoutSeconds { get; set; }Public Property KeepAliveTimeoutSeconds As Integer
Get
Setpublic:
property int KeepAliveTimeoutSeconds {
int get ();
void set (int value);
}member KeepAliveTimeoutSeconds : int with get, set