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.
Remarks
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.