ReportFlightJsonRowNumber Property |
Gets or sets the position of the flight within the set of flights retrieved by the criteria.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int RowNumber { get; set; }
Public Property RowNumber As Integer
Get
Set
public:
property int RowNumber {
int get ();
void set (int value);
}
member RowNumber : int with get, set
Property Value
Type:
Int32See Also