NDoc 1.3.1 SDK

Workspace.WorkingDirectoryName Property

The name of the directory where the compilation takes place

[Visual Basic]
Public Property ReadOnly WorkingDirectoryName As String
[C#]
public string WorkingDirectoryName { get; }
[C++]
public: __property String* get_WorkingDirectoryName();
[JScript]
public function get WorkingDirectoryName() : String

See Also

Workspace Class | NDoc.Core Namespace