 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 = valuepublic:
[JsonPropertyNameAttribute(L"maxresults")]
property int MaxResultCount {
int get ();
void set (int value);
}[<JsonPropertyNameAttribute("maxresults")>]
member MaxResultCount : int with get, setProperty Value
Int32
See Also