| BacklinksGeneratorAllowRedirectedLinks Property |
This is preliminary documentation and is subject to change.
Whether pages linking to the specified target through a redirect should also be listed.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool AllowRedirectedLinks { get; set; }
Public Property AllowRedirectedLinks As Boolean
Get
Set
Dim instance As BacklinksGenerator
Dim value As Boolean
value = instance.AllowRedirectedLinks
instance.AllowRedirectedLinks = value
public:
property bool AllowRedirectedLinks {
bool get ();
void set (bool value);
}
member AllowRedirectedLinks : bool with get, set
Property Value
BooleanSee Also