  | WikiPageStubIsInvalid Property | 
This is preliminary documentation and is subject to change.
Checks whether the structure represents a invalid page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsInvalid { get; }Public ReadOnly Property IsInvalid As Boolean
	Get
Dim instance As WikiPageStub
Dim value As Boolean
value = instance.IsInvalid
public:
property bool IsInvalid {
	bool get ();
}member IsInvalid : bool with get
Property Value
Boolean
RemarksAn invalid page is usually a page reference with invalid title.
If the returned value is false, the caller still cannot confirm the page
            does exist, unless otherwise informed so.
See Also