  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
String
Remarks
            The list of available properties can be found at
            action=query&list=pagepropnames.
            A non-exhaustive example includes
            
- defaultsort
 - disambiguation
 - displaytitle
 - forcetoc
 
See Also