IXPathResultBooleanValue Property |
The value of this boolean result.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxbool BooleanValue { get; }
ReadOnly Property BooleanValue As Boolean
Get
property bool BooleanValue {
bool get ();
}
abstract BooleanValue : bool with get
Property Value
Type:
Boolean
ExceptionsException | Condition |
---|
DOMException | TYPE_ERR: raised if resultType is not
Boolean type. |
See Also