SPListItem.Xml property

Gets the data that is contained in the list item in XMLDATA format.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Xml As String
    Get
'Usage
Dim instance As SPListItem
Dim value As String

value = instance.Xml
public string Xml { get; }

Property value

Type: System.String
A string that contains the item in XMLDATA format.

Remarks

The XMLDATA format specifies XML data type information that can be used where data types are necessary (for example, in handling numeric expressions). Otherwise, everything in an XML document is a textual string.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace