MarkLogic XCC/.Net Library

ResultItem.Item Property

Returns the actual XdmItem value wrapped by this ResultItem. The instance returned may be tested with the C# "is" type test operator.

[Visual Basic]
Property Item As XdmItem
[C#]
Types.XdmItem Item {get;}

See Also

ResultItem Interface | Marklogic.Xcc Namespace