Indexed CacheKey Expression Property
This read-only property returns the XPath expression used to extract the key from values
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
The key expression is always relative to the index value node
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public XPathExpression KeyExpression { get; }VB
Public ReadOnly Property KeyExpression As XPathExpression
GetC++
public:
property XPathExpression^ KeyExpression {
XPathExpression^ get ();
}F#
member KeyExpression : XPathExpression with getProperty Value
XPathExpressionThe key expression is always relative to the index value node