Summary
Gets or sets the category of the function set.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- FunctionSetAttribute
Syntax
public string Category { get; set; }
Remarks
This will be displayed in the user docs.
Value
Type | Description |
---|---|
string | The name of the category of the function set. |