WebPart.SerializeAll Property

Gets whether a retrieved property value should be serialized for use in the client-side WPSC property collection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected ReadOnly Property SerializeAll As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.SerializeAll
protected bool SerializeAll { get; }

Property Value

Type: System.Boolean
true if the property is being returned for use in the client-side WPSC property collection; otherwise, false.

Remarks

The SerializeAll property is only valid within a ShouldSerializePropertyName method.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.SharePoint.WebPartPages Namespace