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