ArtTargetRelativeToXPath Property
This is used to get or set the XPath expression used to determine the relative reference link path
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public XPathExpression RelativeToXPath { get; set; }
Public Property RelativeToXPath As XPathExpression
Get
Set
public:
property XPathExpression^ RelativeToXPath {
XPathExpression^ get ();
void set (XPathExpression^ value);
}
member RelativeToXPath : XPathExpression with get, set
Property Value
XPathExpression