[DefaultValue()]
[Description("The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.")]
public int KeepAliveInterval {get; set;}
<DefaultValueAttribute()>
<DescriptionAttribute("The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.")>
Public Property KeepAliveInterval As Integer