NAnt SDK Documentation - v0.92

FileSet.FileNames Property

Gets the collection of file names that match the fileset.

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

Property Value

A collection that contains the file names that match the FileSet.

See Also

FileSet Class | NAnt.Core.Types Namespace