FieldMultiChoice.FillInChoice property

Gets or sets a value that specifies whether the field can accept values other than those specified in Choices.

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

Syntax

'Declaration
Public Property FillInChoice As Boolean
    Get
    Set
'Usage
Dim instance As FieldMultiChoice
Dim value As Boolean

value = instance.FillInChoice

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

Property value

Type: System.Boolean
Returns Boolean. true if the field can accept values other than those specified in Choices; otherwise, returns false. The default value is

Remarks

Setting the DisplayFormat property requires that the Update method be called for changes to take effect in the database.

See also

Reference

FieldMultiChoice class

FieldMultiChoice members

Microsoft.SharePoint.Client namespace