NAnt SDK Documentation - v0.92

FunctionSetAttribute.Category Property

Gets or sets the category of the function set.

[Visual Basic]
Public Property Category As String
[C#]
public string Category {get; set;}

Property Value

The name of the category of the function set.

Remarks

This will be displayed in the user docs.

See Also

FunctionSetAttribute Class | NAnt.Core.Attributes Namespace