Share via


PublishingMenu.SeparatorString property

Gets or sets the string that separates each menu item from the separator class.

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

Syntax

'Declaration
Public Property SeparatorString As String
    Get
    Set
'Usage
Dim instance As PublishingMenu
Dim value As String

value = instance.SeparatorString

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

Property value

Type: System.String
A string that represents the text that is rendered between each menu item displayed and the SPAN tag that separates it.

See also

Reference

PublishingMenu class

PublishingMenu members

Microsoft.SharePoint.Publishing.WebControls namespace

PublishingMenu