Wildcard Reference SettingsReference Path Property
This is used to get or set the path to scan for references.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public FolderPath ReferencePath { get; set; }VB
Public Property ReferencePath As FolderPath
Get
SetC++
public:
property FolderPath^ ReferencePath {
FolderPath^ get ();
void set (FolderPath^ value);
}F#
member ReferencePath : FolderPath with get, set