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

FileSet.ExcludesFile.PatternFile Property

[This is preliminary documentation and subject to change.]

The name of a file; each line of this file is taken to be a pattern.

[Visual Basic]
<TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property PatternFile As FileInfo
[C#]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public System.IO.FileInfo PatternFile {get; set;}

Remarks

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

See Also

FileSet.ExcludesFile Class | NAnt.Core.Types Namespace