  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
See Also