| PageInfoPropertyGroup Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax protected PageInfoPropertyGroup(
JsonObject jPage
)
Protected Sub New (
jPage As JsonObject
)
Dim jPage As JsonObject
Dim instance As New PageInfoPropertyGroup(jPage)
protected:
PageInfoPropertyGroup(
JsonObject^ jPage
)
new :
jPage : JsonObject -> PageInfoPropertyGroup
Parameters
- jPage JsonObject
[Missing <param name="jPage"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.PageInfoPropertyGroup.#ctor(System.Text.Json.Nodes.JsonObject)"]
See Also