ProxySiteMapNode.Description property

Gets or sets a description for the ProxySiteMapNode.

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 ProxySiteMapNode
Dim value As String

value = instance.Description

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

Property value

Type: System.String
A string that specifies the description for the ProxySiteMapNode.

See also

Reference

ProxySiteMapNode class

ProxySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace

Description