Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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 “, “.

See Also

Reference

SPSimpleItem Class

SPSimpleItem Members

Microsoft.SharePoint Namespace