  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
RemarksIf the returned value is false, the caller still cannot confirm the page
            is not a Special page, unless otherwise informed so.
See Also