  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
See Also