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

FileSet.AsIs Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

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

See Also

FileSet Class | NAnt.Core.Types Namespace