 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxprotected 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