| PagesWithPropGeneratorPropertyName Property |
This is preliminary documentation and is subject to change.
Page property for which to enumerate pages.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
Dim instance As PagesWithPropGenerator
Dim value As String
value = instance.PropertyName
instance.PropertyName = value
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
Property Value
StringRemarks
The list of available properties can be found at
action=query&list=pagepropnames.
A non-exhaustive example includes
- defaultsort
- disambiguation
- displaytitle
- forcetoc
See Also