| LinksGeneratorOrderDescending 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool OrderDescending { get; set; }
Public Property OrderDescending As Boolean
Get
Set
Dim instance As LinksGenerator
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
BooleanSee Also