| ReceiverDataSource Property  | 
            Gets or sets the unique ID of the IReceiverFormatProvider that will handle
            the feed from the receiever.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string DataSource { get; set; }Public Property DataSource As String
	Get
	Set
public:
property String^ DataSource {
	String^ get ();
	void set (String^ value);
}member DataSource : string with get, set
Property Value
Type: 
String
See Also