IReceiverConfigurationWizardAnswersIsLoopback Property |
Gets or sets a value indicating that the feed is coming from a program and that
program is on the same machine as VRS.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsLoopback { get; set; }
Property IsLoopback As Boolean
Get
Set
property bool IsLoopback {
bool get ();
void set (bool value);
}
abstract IsLoopback : bool with get, set
Property Value
Type:
BooleanSee Also