AircraftFetcherTKey, TDetailFetchedDetailDetail Property |
Gets or sets the detail associated with the key.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TDetail Detail { get; set; }
Public Property Detail As TDetail
Get
Set
public:
property TDetail Detail {
TDetail get ();
void set (TDetail value);
}
member Detail : 'TDetail with get, set
Property Value
Type:
TDetailSee Also