Shared Content ElementUndefined Property
This read-only property returns the item XPath expression used to get the value used to replace the
item if the named item is not found.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
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 Undefined { get; }VB
Public ReadOnly Property Undefined As XPathExpression
GetC++
public:
property XPathExpression^ Undefined {
XPathExpression^ get ();
}F#
member Undefined : XPathExpression with get