Table of Contents

Class TaskDescriptionAttribute

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Describes a task in task lists, help, and shell completion.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class TaskDescriptionAttribute : Attribute

Constructors

TaskDescriptionAttribute(string)

Describes a task in task lists, help, and shell completion.

public TaskDescriptionAttribute(string description)

Parameters

description string

Properties

Description

The concise task description.

public string Description { get; }

Property Value

string