NAnt SDK Documentation - v0.92

SysInfoTask.Prefix Property

The string to prefix the property names with. The default is "sys.".

[Visual Basic]
<TaskAttribute(Required:=False, Name:="prefix", ExpandProperties:=True, ProcessXml:=True)>
Public Property Prefix As String
[C#]
[TaskAttribute(Required=False, Name="prefix", ExpandProperties=True, ProcessXml=True)]
public string Prefix {get; set;}

See Also

SysInfoTask Class | NAnt.Core.Tasks Namespace