Share via


JumpTask.Description Property

Gets or sets the text displayed in the tooltip for the task in the Jump List.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property Description As String
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Property Value

Type: System.String
The text displayed in the tooltip for the task. The default is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

JumpTask Class

Microsoft.Windows.Shell Namespace