| BaseStationMessageIsTisb Property  | 
            Gets or sets a value indicating that the message was generated by a TIS-B ground station.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsTisb { get; set; }Public Property IsTisb As Boolean
	Get
	Set
public:
property bool IsTisb {
	bool get ();
	void set (bool value);
}member IsTisb : bool with get, set
Property Value
Type: 
Boolean
See Also