| WikiPageIsSpecialPage Property |
This is preliminary documentation and is subject to change.
Gets whether the page is a Special page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool IsSpecialPage { get; }
Public ReadOnly Property IsSpecialPage As Boolean
Get
Dim instance As WikiPage
Dim value As Boolean
value = instance.IsSpecialPage
public:
property bool IsSpecialPage {
bool get ();
}
member IsSpecialPage : bool with get
Property Value
BooleanSee Also