| WikiPageQueryProviderProperties Property |
This is preliminary documentation and is subject to change.
Gets/sets the page properties to fetch from MediaWiki site.
Namespace: WikiClientLibrary.Pages.QueriesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public ICollection<IWikiPagePropertyProvider<IWikiPagePropertyGroup>> Properties { get; set; }
Public Property Properties As ICollection(Of IWikiPagePropertyProvider(Of IWikiPagePropertyGroup))
Get
Set
Dim instance As WikiPageQueryProvider
Dim value As ICollection(Of IWikiPagePropertyProvider(Of IWikiPagePropertyGroup))
value = instance.Properties
instance.Properties = value
public:
property ICollection<IWikiPagePropertyProvider<IWikiPagePropertyGroup^>^>^ Properties {
ICollection<IWikiPagePropertyProvider<IWikiPagePropertyGroup^>^>^ get ();
void set (ICollection<IWikiPagePropertyProvider<IWikiPagePropertyGroup^>^>^ value);
}
member Properties : ICollection<IWikiPagePropertyProvider<IWikiPagePropertyGroup>> with get, set
Property Value
ICollectionIWikiPagePropertyProviderIWikiPagePropertyGroupSee Also