SysInfoTask.

Prefix Property

Summary

The string to prefix the property names with. The default is "sys.".
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
SysInfoTask

Syntax

[TaskAttribute("prefix", Required = false)]
public string Prefix { get; set; }

Attributes

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

Value

Type Description
string