| QueryPageResultInfoMaxResultCount Property |
This is preliminary documentation and is subject to change.
Maximum result count, if available.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("maxresults")]
public int MaxResultCount { get; init; }
<JsonPropertyNameAttribute("maxresults")>
Public Property MaxResultCount As Integer
Get
Set
Dim instance As QueryPageResultInfo
Dim value As Integer
value = instance.MaxResultCount
instance.MaxResultCount = value
public:
[JsonPropertyNameAttribute(L"maxresults")]
property int MaxResultCount {
int get ();
void set (int value);
}
[<JsonPropertyNameAttribute("maxresults")>]
member MaxResultCount : int with get, set
Property Value
Int32See Also