| AircraftOperationalStatusMessageSilSupplement Property  | 
            Gets or sets a value indicating whether the reporting SIL probability is based on a per-sample (true) or per-hour (false) probability.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> SilSupplement { get; set; }Public Property SilSupplement As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> SilSupplement {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}member SilSupplement : Nullable<bool> with get, set
Property Value
Type: 
NullableBoolean
See Also