SPField.ShowInListSettings 属性
获取或设置一个 Boolean 值,指定该字段是否显示在自定义列表设置页。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ShowInListSettings As Nullable(Of Boolean)
Get
Set
用法
Dim instance As SPField
Dim value As Nullable(Of Boolean)
value = instance.ShowInListSettings
instance.ShowInListSettings = value
public Nullable<bool> ShowInListSettings { get; set; }
属性值
类型:System.Nullable<Boolean>
若要指定用于自定义列表设置 ; 页中显示的字段true否则为false。