IXPathResult.BooleanValue

IXPathResult.BooleanValue property

The value of this boolean result.

public bool BooleanValue { get; }

Exceptions

exceptioncondition
DOMExceptionTYPE_ERR: raised if resultType is not Boolean type.

See Also