IAdsbTranslatorStatistics Property |
Gets or sets the statistics to update when translating messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IStatistics Statistics { get; set; }
Property Statistics As IStatistics
Get
Set
property IStatistics^ Statistics {
IStatistics^ get ();
void set (IStatistics^ value);
}
abstract Statistics : IStatistics with get, set
Property Value
Type:
IStatisticsSee Also