| AircraftOperationalStatusMessageSystemDesignAssurance Property  | 
            Gets or sets the SDA value extracted from the 
OperationalMode value in version 2 messages.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<SystemDesignAssurance> SystemDesignAssurance { get; set; }Public Property SystemDesignAssurance As Nullable(Of SystemDesignAssurance)
	Get
	Set
public:
property Nullable<SystemDesignAssurance> SystemDesignAssurance {
	Nullable<SystemDesignAssurance> get ();
	void set (Nullable<SystemDesignAssurance> value);
}member SystemDesignAssurance : Nullable<SystemDesignAssurance> with get, set
Property Value
Type: 
NullableSystemDesignAssurance
See Also