Share via


ConsoleNode.DisplayText property

Gets or sets the display text associated with this ConsoleNode object.

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

Syntax

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

value = instance.DisplayText

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

Property value

Type: System.String
The string representing the display text for this ConsoleNode.

Remarks

This property has the same behavior as the ConsoleNode.Text property.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace

Text