| BaseStationMessageSquawk Property  | 
            Gets or sets the squawk code.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> Squawk { get; set; }Public Property Squawk As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> Squawk {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member Squawk : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also