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)

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