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