Indexed CacheValue Expression Property
This read-only property returns the XPath expression used to search for values in the XML files
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
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 XPathExpression ValueExpression { get; }VB
Public ReadOnly Property ValueExpression As XPathExpression
GetC++
public:
property XPathExpression^ ValueExpression {
XPathExpression^ get ();
}F#
member ValueExpression : XPathExpression with get