| BaseStationMessageIdentActive Property  | 
            Gets or sets a value indicating that the aircraft's transponder ident has been activated.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IdentActive { get; set; }Public Property IdentActive As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> IdentActive {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}member IdentActive : Nullable<bool> with get, set
Property Value
Type: 
NullableBoolean
See Also