| AircraftOperationalStatusMessageNicA Property  | 
            Gets or sets the value of the NIC Supplement A field.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<byte> NicA { get; set; }Public Property NicA As Nullable(Of Byte)
	Get
	Set
public:
property Nullable<unsigned char> NicA {
	Nullable<unsigned char> get ();
	void set (Nullable<unsigned char> value);
}member NicA : Nullable<byte> with get, set
Property Value
Type: 
NullableByte
See Also