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

FileSet.Include.AsIs Property

[This is preliminary documentation and subject to change.]

If true then the file name will be added to the FileSet without pattern matching or checking if the file exists. The default is false.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.Include.AsIs

See Also

FileSet.Include Class | NAnt.Core.Types Namespace