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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)> _
Protected Property XMLUseAllProperties As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.XMLUseAllProperties

Me.XMLUseAllProperties = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)]
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