SPField.ShowInListSettings property
取得或設定 Boolean 值,指定是否要將欄位顯示自訂清單設定] 頁面中。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Nullable<Boolean>
若要指定欄位會顯示在自訂清單設定] 頁面上的true否則,請false。