UserPreferenceSerializeHelper.ShouldSerializeCustomSettings 方法
确定是否应序列化的自定义设置。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function ShouldSerializeCustomSettings As Boolean
用法
Dim instance As UserPreferenceSerializeHelper
Dim returnValue As Boolean
returnValue = instance.ShouldSerializeCustomSettings()
public bool ShouldSerializeCustomSettings()
返回值
类型:System.Boolean
true如果应序列化的自定义设置 ;否则为false。
备注
此方法确定是否CustomSettings属性的值不是 0。
另请参阅
引用
UserPreferenceSerializeHelper 类