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

NUnitTest.AppConfigFile Property

[This is preliminary documentation and subject to change.]

The application configuration file to use for the NUnit test domain.

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

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.AppConfigFile

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace