 | PagePropertiesPropertyGroupPageProperties Property |
This is preliminary documentation and is subject to change.
Gets the properties of the page.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic PagePropertyCollection PageProperties { get; }
Public ReadOnly Property PageProperties As PagePropertyCollection
Get
Dim instance As PagePropertiesPropertyGroup
Dim value As PagePropertyCollection
value = instance.PageProperties
public:
property PagePropertyCollection^ PageProperties {
PagePropertyCollection^ get ();
}
member PageProperties : PagePropertyCollection with get
Property Value
PagePropertyCollection
See Also