| RebroadcastSettingsSendIntervalMilliseconds Property  | 
            Gets or sets the delay between sends for formats that lend themselves to message batching.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int SendIntervalMilliseconds { get; set; }Public Property SendIntervalMilliseconds As Integer
	Get
	Set
public:
property int SendIntervalMilliseconds {
	int get ();
	void set (int value);
}member SendIntervalMilliseconds : int with get, set
Property Value
Type: 
Int32
Remarks
See Also