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

Credential.UnlessDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the credentials should not be used to provide authentication information to the external resource. If false then the credentials will be passed; otherwise, not. 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.Credential.UnlessDefined

See Also

Credential Class | NAnt.Core.Types Namespace