| RebroadcastSettingsIdleTimeoutMilliseconds Property  | 
            Gets or sets the period of time that the receiving side has to accept a message within before
            the connection is dropped.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int IdleTimeoutMilliseconds { get; set; }Public Property IdleTimeoutMilliseconds As Integer
	Get
	Set
public:
property int IdleTimeoutMilliseconds {
	int get ();
	void set (int value);
}member IdleTimeoutMilliseconds : int with get, set
Property Value
Type: 
Int32
See Also