| ReferenceItemHintPath Property |
This is used to set or path to the dependency
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public virtual FilePath HintPath { get; set; }
Public Overridable Property HintPath As FilePath
Get
Set
public:
virtual property FilePath^ HintPath {
FilePath^ get ();
void set (FilePath^ value);
}
abstract HintPath : FilePath with get, set
override HintPath : FilePath with get, set
Property Value
Type:
FilePathFor GAC dependencies, this should be null.
See Also