SPListItemCollection.XMLUseAllProperties property

Gets a Boolean value that indicates whether the extended properties of the collection are serialized.

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

Syntax

'Declaration
Protected Property XMLUseAllProperties As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.XMLUseAllProperties

Me.XMLUseAllProperties = value
protected bool XMLUseAllProperties { get; set; }

Property value

Type: System.Boolean
true if the extended properties are serialized; otherwise, false.

See also

Reference

SPListItemCollection class

SPListItemCollection members

Microsoft.SharePoint namespace