RebroadcastSettingsIsTransmitter Property |
Gets or sets a value that indicates whether the rebroadcast server is active (it
transmits the feed to another machine) or passive (it accepts multiple connections
from other machines).
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsTransmitter { get; set; }
Public Property IsTransmitter As Boolean
Get
Set
public:
property bool IsTransmitter {
bool get ();
void set (bool value);
}
member IsTransmitter : bool with get, set
Property Value
Type:
BooleanSee Also