Category.

CategoryName Property

Summary

A name of a category, or comma-separated list of names.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Types
Containing Type
Category

Syntax

[TaskAttribute("name", Required = true)]
public string CategoryName { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string