| MarkLogic XCC/.Net Library |
|
XdmSequence.ItemAt MethodÂ
Return the XdmItem at the given position from this XdmSequence.
[Visual Basic]
Function ItemAt( _
   ByVal
index AsÂ
Integer _
)Â AsÂ
XdmItem
Parameters
-
index
- The index of the XdmItem (zero-based) to return.
Return Value
An XdmItem instance.
See Also
XdmSequence Interface | Marklogic.Xcc.Types Namespace