共用方式為


SPFieldMultiChoice.FillInChoice property

取得或設定 Boolean 值,以決定是否輸入替代值的文字方塊僅供參考 multichoice] 欄位。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property FillInChoice As Boolean
    Get
    Set
'用途
Dim instance As SPFieldMultiChoice
Dim value As Boolean

value = instance.FillInChoice

instance.FillInChoice = value
public bool FillInChoice { get; set; }

Property value

Type: System.Boolean
true提供] 文字方塊中時,否則,請false。

備註

設定DisplayFormat屬性,需要以使變更生效的資料庫中會呼叫Update方法。

請參閱

參照

SPFieldMultiChoice class

SPFieldMultiChoice members

Microsoft.SharePoint namespace