Share via


ConsoleNode.Description Property

Gets or sets a string containing text that describes this ConsoleNode object.

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

Syntax

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

value = instance.Description

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

Property Value

Type: System.String
A string containing text that describes this ConsoleNode.

Remarks

Some user interface elements allow for a description to appear as part of each action. When this is true, Microsoft Office SharePoint Server 2007 uses this text.

See Also

Reference

ConsoleNode Class

ConsoleNode Members

Microsoft.SharePoint.Publishing.WebControls Namespace