| RebroadcastSettingsTransmitAddress Property  | 
            Gets or sets the address of the machine to send the feed to in Transmitter mode.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TransmitAddress { get; set; }Public Property TransmitAddress As String
	Get
	Set
public:
property String^ TransmitAddress {
	String^ get ();
	void set (String^ value);
}member TransmitAddress : string with get, set
Property Value
Type: 
String
See Also