| CleanHelpWorkingPath Property |
This is used to pass in the optional working path that needs to be
cleaned.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string WorkingPath { get; set; }
Public Property WorkingPath As String
Get
Set
public:
property String^ WorkingPath {
String^ get ();
void set (String^ value);
}
member WorkingPath : string with get, set
Property Value
Type:
StringSee Also