AircraftFetcherTKey, TDetailFetchedDetailIsFirstFetch Property |
Gets a value indicating that the aircraft's details have not yet been fetched.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsFirstFetch { get; }
Public ReadOnly Property IsFirstFetch As Boolean
Get
public:
property bool IsFirstFetch {
bool get ();
}
member IsFirstFetch : bool with get
Property Value
Type:
BooleanSee Also