ReportAircraftJsonAircraftId Property |
Gets or sets the unique identifier of the aircraft in the database.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int AircraftId { get; set; }
Public Property AircraftId As Integer
Get
Set
public:
property int AircraftId {
int get ();
void set (int value);
}
member AircraftId : int with get, set
Property Value
Type:
Int32See Also