Share via


PublishingMenu.Text Property

Not used in the PublishingMenu class.

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

Syntax

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

value = instance.Text

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

Property Value

Type: System.String

Remarks

This property is not used in the display of the PublishingMenu object.

See Also

Reference

PublishingMenu Class

PublishingMenu Members

Microsoft.SharePoint.Publishing.WebControls Namespace

PublishingMenu