The default relative path of the NUnit installation. The value is
. This field is constant and read-only.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const DEFAULT_NUNIT_DIRECTORY As String = "NUnit-Net-2.0 2.2.7\bin" |
C# |
---|
public const string DEFAULT_NUNIT_DIRECTORY = "NUnit-Net-2.0 2.2.7\bin"; |
C++ |
---|
public: const String DEFAULT_NUNIT_DIRECTORY = L"NUnit-Net-2.0 2.2.7\bin"; |
J# |
---|
public const string DEFAULT_NUNIT_DIRECTORY = "NUnit-Net-2.0 2.2.7\bin" |
JScript |
---|
public const DEFAULT_NUNIT_DIRECTORY : String = "NUnit-Net-2.0 2.2.7\bin"; |
See Also
Documentation version 1.0.0.0.