Gets whether or not this page should be shown

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsVisible{ get;}
Public ReadOnly Property IsVisible As Boolean
public:
virtual property bool IsVisible {
	bool get () sealed;
}

Field Value

See Also

Page Class
BlogEngine.Core Namespace