Gets or sets whether this item is visible. This is normally used to control it's visibility in the site map provider.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public virtual bool Visible { get; set; }
Visual Basic (Declaration)
Public Overridable Property Visible As Boolean
Visual C++
public:
virtual property bool Visible {
	bool get ();
	void set (bool value);
}

See Also