 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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
Int32
See Also