IFlightSimulatorXPresenterProvider Property |
Gets or sets the provider that will abstract away the environment for the provider to make it easier to test.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IFlightSimulatorXPresenterProvider Provider { get; set; }
Property Provider As IFlightSimulatorXPresenterProvider
Get
Set
property IFlightSimulatorXPresenterProvider^ Provider {
IFlightSimulatorXPresenterProvider^ get ();
void set (IFlightSimulatorXPresenterProvider^ value);
}
abstract Provider : IFlightSimulatorXPresenterProvider with get, set
Property Value
Type:
IFlightSimulatorXPresenterProviderSee Also