ReceiverConnectionType Property |
Gets or sets the mechanism to use to connect to the data source.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConnectionType ConnectionType { get; set; }
Public Property ConnectionType As ConnectionType
Get
Set
public:
property ConnectionType ConnectionType {
ConnectionType get ();
void set (ConnectionType value);
}
member ConnectionType : ConnectionType with get, set
Property Value
Type:
ConnectionTypeSee Also