SPNavigationNode.Url property

Gets or sets the URL stored with the navigation node.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Url As String
    Get
    Set
'Usage
Dim instance As SPNavigationNode
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Property value

Type: System.String
Returns a string representation of the navigation node URL.

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace