 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
ICollectionIWikiPagePropertyProviderIWikiPagePropertyGroup
See Also