SPListItemCollection.XmlDataSchema Property

Gets the schema that defines the XML that is returned by the Xml property.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property XmlDataSchema As String
    Get
'Usage
Dim instance As SPListItemCollection
Dim value As String

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

Property Value

Type: System.String
A string that contains the schema 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). If not specified as XMLDATA, an XML document is a textual string.

See Also

Reference

SPListItemCollection Class

SPListItemCollection Members

Microsoft.SharePoint Namespace