SPNavigationNode.IsVisible Property (Microsoft.SharePoint.Navigation)
Gets or sets a Boolean value that specifies whether the navigation node is visible.

Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property IsVisible As Boolean
Visual Basic (Usage)
Dim instance As SPNavigationNode
Dim value As Boolean

value = instance.IsVisible

instance.IsVisible = value
C#
public bool IsVisible { get; set; }

Property Value

Returns true if the navigation node is visible; otherwise returns false. The default is true.
See Also

Tags :


Community Content

Thomas Lee
Doesn't work.
Doesn't work.

[tfl 10 07 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at

http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio :
http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
SQL Server :
http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.sqlserver%2C&
.NET Framework :
http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
All Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&


Page view tracker