  | CargoQueryParametersOrderBy Property | 
This is preliminary documentation and is subject to change.
The order of results, corresponding to an SQL ORDER BY clause.
Namespace: WikiClientLibrary.CargoAssembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic IEnumerable<string>? OrderBy { get; set; }Public Property OrderBy As IEnumerable(Of String)
	Get
	Set
Dim instance As CargoQueryParameters
Dim value As IEnumerable(Of String)
value = instance.OrderBy
instance.OrderBy = value
public:
property IEnumerable<String^>^ OrderBy {
	IEnumerable<String^>^ get ();
	void set (IEnumerable<String^>^ value);
}member OrderBy : IEnumerable<string> with get, set
Property Value
IEnumerableString
See Also