Summary
Gets or sets the name of the function.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- FunctionAttribute
Syntax
public string Name { get; set; }
Value
Type | Description |
---|---|
string | The name of the function. |