ModeSMessageIdentity Property |
Gets or sets the content of the ID field (the squawk code) from the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<short> Identity { get; set; }
Public Property Identity As Nullable(Of Short)
Get
Set
public:
property Nullable<short> Identity {
Nullable<short> get ();
void set (Nullable<short> value);
}
member Identity : Nullable<int16> with get, set
Property Value
Type:
NullableInt16See Also