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

Proxy.UnlessDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the proxy should not be used to connect to the external resource. If false then the proxy will be used; otherwise, not. The default is false.

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

Remarks

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

See Also

Proxy Class | NAnt.Core.Types Namespace