AircraftFetcherTKey, TDetailFetchedDetailKey Property |
Gets or sets the key for the fetched detail record.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TKey Key { get; set; }
Public Property Key As TKey
Get
Set
public:
property TKey Key {
TKey get ();
void set (TKey value);
}
member Key : 'TKey with get, set
Property Value
Type:
TKeySee Also