  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 -> PageInfoPropertyGroupParameters
- jPage  JsonObject
 [Missing <param name="jPage"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.PageInfoPropertyGroup.#ctor(System.Text.Json.Nodes.JsonObject)"]
See Also