| WikiPageStubIsSpecial Property |
This is preliminary documentation and is subject to change.
Checks whether the structure represents a Special page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool IsSpecial { get; }
Public ReadOnly Property IsSpecial As Boolean
Get
Dim instance As WikiPageStub
Dim value As Boolean
value = instance.IsSpecial
public:
property bool IsSpecial {
bool get ();
}
member IsSpecial : bool with get
Property Value
BooleanRemarks If the returned value is false, the caller still cannot confirm the page
is not a Special page, unless otherwise informed so.
See Also