SPMenuField.NavigateUrlFormat property

Gets or sets the format string to be used when setting the NavigateUrl property of the underlying Menu control.

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

Syntax

'Declaration
Public Property NavigateUrlFormat As String
    Get
    Set
'Usage
Dim instance As SPMenuField
Dim value As String

value = instance.NavigateUrlFormat

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

Property value

Type: System.String
The format string.

See also

Reference

SPMenuField class

SPMenuField members

Microsoft.SharePoint.WebControls namespace