| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
BooleanRemarks If the returned value is false, the caller still cannot confirm the page
does exist, unless otherwise informed so.
See Also