ProxySiteMapNode.Description Property
This member overrides SiteMapNode.Description.
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