NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
SetEnvTask.Path Property
[This is preliminary documentation and subject to change.]
The value for a PATH like environment variable. You can use :
or ;
as path separators and NAnt will convert it to the platform's local conventions.
[Visual Basic]
<TaskAttribute(Name:="path", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Path As
PathSet
[C#]
[TaskAttribute(Name="path", Required=False, ExpandProperties=True, ProcessXml=True)]
public
NAnt.Core.Types.PathSet Path {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.SetEnvTask.Path
See Also
SetEnvTask Class | NAnt.Core.Tasks Namespace