ConsoleAction.Description property

The description text that should be displayed by default when this ConsoleAction object is used.

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

Syntax

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

value = instance.Description

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

Property value

Type: System.String
A string that contains a description of this ConsoleAction object.

Remarks

When this ConsoleAction object is used in conjunction with a ConsoleNode object, the UseActionText property should be set to true in order to make this ConsoleAction.Description property effective.

See also

Reference

ConsoleAction class

ConsoleAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

ConsoleAction

UseActionText