  | TransclusionsGeneratorOrderDescending Property | 
This is preliminary documentation and is subject to change.
            Gets/sets a value that indicates whether the links should be listed in
            the descending order. (MediaWiki 1.19+)
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool OrderDescending { get; set; }Public Property OrderDescending As Boolean
	Get
	Set
Dim instance As TransclusionsGenerator
Dim value As Boolean
value = instance.OrderDescending
instance.OrderDescending = value
public:
property bool OrderDescending {
	bool get ();
	void set (bool value);
}member OrderDescending : bool with get, set
Property Value
Boolean
See Also