Target DictionaryDirectory Path Property
This is used to get or set the path to the target files
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public string DirectoryPath { get; protected set; }VB
Public Property DirectoryPath As String
Get
Protected SetC++
public:
property String^ DirectoryPath {
String^ get ();
protected: void set (String^ value);
}F#
member DirectoryPath : string with get, set