TaxonomySiteMapNode.Description property

Gets or sets the description of the navigation item.

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

Syntax

'Declaration
Public Overrides Property Description As String
    Get
    Set
'Usage
Dim instance As TaxonomySiteMapNode
Dim value As String

value = instance.Description

instance.Description = value
public override string Description { get; set; }

Property value

Type: System.String
The description of the navigation item

Remarks

The property, which is retrieved from the HoverText property, typically is used to display hover text for menu items.

See also

Reference

TaxonomySiteMapNode class

TaxonomySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace