  | WikiPageIsRedirect Property | 
This is preliminary documentation and is subject to change.
            Determines the last version of the page is a redirect page.
            
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsRedirect { get; }Public ReadOnly Property IsRedirect As Boolean
	Get
Dim instance As WikiPage
Dim value As Boolean
value = instance.IsRedirect
public:
property bool IsRedirect {
	bool get ();
}member IsRedirect : bool with get
Property Value
Boolean
See Also