IFlightSimulatorXIsInstalled Property |
Gets a value indicating that Flight Simulator X appears to be installed.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsInstalled { get; }
ReadOnly Property IsInstalled As Boolean
Get
property bool IsInstalled {
bool get ();
}
abstract IsInstalled : bool with get
Property Value
Type:
BooleanRemarks
If this returns false then the behaviour of the rest of the object is undefined.
See Also