SPField.UsedInWebContentTypes 属性
获取一个布尔值,该值指示是否在网站集中使用的任何内容类型中实现该字段。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property UsedInWebContentTypes As Boolean
Get
用法
Dim instance As SPField
Dim value As Boolean
value = instance.UsedInWebContentTypes
public bool UsedInWebContentTypes { get; }
属性值
类型:System.Boolean
true如果任何网站集的内容类型 ; 在实现该字段否则为false。