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

Credential.IfDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the credentials should be used to provide authentication information to the external resource. If true then the credentials will be passed; otherwise, not. The default is true.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Credential.IfDefined

See Also

Credential Class | NAnt.Core.Types Namespace