NAnt SDK Documentation - v0.85-nightly-2005-11-09

EnvironmentVariable.UnlessDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the environment variable should not be passed to the external program. If false then the environment variable will be passed; otherwise, skipped. The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="unless", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property UnlessDefined As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="unless", Required=False, ExpandProperties=True, ProcessXml=True)]
public bool UnlessDefined {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.EnvironmentVariable.UnlessDefined

See Also

EnvironmentVariable Class | NAnt.Core.Types Namespace