 | QueryPageResultInfoIsCached Property |
This is preliminary documentation and is subject to change.
Whether the returned query page result is a cached result set.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("cached")]
public bool IsCached { get; init; }<JsonPropertyNameAttribute("cached")>
Public Property IsCached As Boolean
Get
Set
Dim instance As QueryPageResultInfo
Dim value As Boolean
value = instance.IsCached
instance.IsCached = valuepublic:
[JsonPropertyNameAttribute(L"cached")]
property bool IsCached {
bool get ();
void set (bool value);
}[<JsonPropertyNameAttribute("cached")>]
member IsCached : bool with get, setProperty Value
Boolean
See Also