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

FileSet.DirectoryNames Property

[This is preliminary documentation and subject to change.]

Gets the collection of directory names that match the fileset.

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

Property Value

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

Remarks

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

See Also

FileSet Class | NAnt.Core.Types Namespace