SPSimpleItem.Xml property
Gets the values, in XML format, of the fields associated with the list item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Xml As String
Get
'Usage
Dim instance As SPSimpleItem
Dim value As String
value = instance.Xml
public virtual string Xml { get; }
Property value
Type: System.String
The values of the fields of the SPSimpleItem object.
Remarks
The field values are separated by “, “.