WebPart.SerializeAll 属性
获取是否应为在客户端WPSC属性集合中使用序列化的检索的属性值。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected ReadOnly Property SerializeAll As Boolean
Get
用法
Dim value As Boolean
value = Me.SerializeAll
protected bool SerializeAll { get; }
属性值
类型:System.Boolean
true如果集合中的客户端WPSC属性用于返回该属性,则否则为false。
备注
SerializeAll属性才有效ShouldSerializePropertyName方法内。