Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Declaration
Protected ReadOnly Property SerializeAll As Boolean
Get
'Usage
Dim value As Boolean
value = Me.SerializeAll
protected bool SerializeAll { get; }
Type: System.Boolean
true if the property is being returned for use in the client-side WPSC property collection; otherwise, false.
The SerializeAll property is only valid within a ShouldSerializePropertyName method.
Please sign in to use this experience.
Sign in