FieldMultiChoice.FillInChoice 屬性
取得或設定值,指定欄位是否可以接受這些中所指定的選項以外的值。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property FillInChoice As Boolean
Get
Set
'用途
Dim instance As FieldMultiChoice
Dim value As Boolean
value = instance.FillInChoice
instance.FillInChoice = value
public bool FillInChoice { get; set; }
屬性值
類型:System.Boolean
傳回Boolean。true如果欄位可以接受以外選項; 中指定的值否則,傳回false。預設值是
備註
設定DisplayFormat屬性,需要Update方法,變更才會生效資料庫中的呼叫。