| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
PagePropertyCollectionSee Also