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

NUnit2Test.AppConfigFile Property

[This is preliminary documentation and subject to change.]

The application configuration file to use for the NUnit test domain. If not specified, NAnt will try to use a configuration name matching the file name of the assembly with extension ".config".

[Visual Basic]
<TaskAttribute(Name:="appconfig", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property AppConfigFile As FileInfo
[C#]
[TaskAttribute(Name="appconfig", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo AppConfigFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Types.NUnit2Test.AppConfigFile

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace