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, SharePoint Server 2010 uses this text.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace