IXPathResult.SingleNodeValue

IXPathResult.SingleNodeValue property

The value of this single node result, which may be null.

public Node SingleNodeValue { get; }

Exceptions

exceptioncondition
DOMExceptionTYPE_ERR: raised if resultType is not AnyUnorderedNode type or FirstOrderedNode type.

See Also