IXPathResultInvalidIteratorState Property |
Signifies that the iterator has become invalid. True if resultType
is UnorderedNodeIterator type or OrderedNodeIterator type and
the document has been modified since this result was returned.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax bool InvalidIteratorState { get; }
ReadOnly Property InvalidIteratorState As Boolean
Get
property bool InvalidIteratorState {
bool get ();
}
abstract InvalidIteratorState : bool with get
Property Value
Type:
BooleanSee Also