  | WikiPageStubIsMissing Property | 
This is preliminary documentation and is subject to change.
Checks whether the page is confirmed as missing.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsMissing { get; }Public ReadOnly Property IsMissing As Boolean
	Get
Dim instance As WikiPageStub
Dim value As Boolean
value = instance.IsMissing
public:
property bool IsMissing {
	bool get ();
}member IsMissing : bool with get
Property Value
Boolean
RemarksIf the returned value is false, the caller still cannot confirm the page
            does exist, unless otherwise informed so.
See Also