ConsoleNode.Text 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 Overridable Property Text As String
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As String
value = instance.Text
instance.Text = value
public virtual string Text { get; set; }
Property Value
Type: System.String
The string representing the display text for this ConsoleNode.
The text given will be displayed as part of the action in the user interface.
This value overrides that of a referenced ConsoleAction when the UseActionText property is set to False.