NAnt SDK Documentation - v0.92

FileSet.AsIs Property

Gets the collection of files that will be added to the FileSet without pattern matching or checking if the file exists.

[Visual Basic]
Public ReadOnly Property AsIs As StringCollection
[C#]
public System.Collections.Specialized.StringCollection AsIs {get;}

See Also

FileSet Class | NAnt.Core.Types Namespace