NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
SysInfoTask.Prefix Property
[This is preliminary documentation and subject to change.]
The string to prefix the property names with. The default is "sys.".
[Visual Basic]
<TaskAttribute(Name:="prefix", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Prefix As
String
[C#]
[TaskAttribute(Name="prefix", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Prefix {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.SysInfoTask.Prefix
See Also
SysInfoTask Class | NAnt.Core.Tasks Namespace