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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property FillInChoice As Boolean
    Get
    Set
'Usage
Dim instance As FieldMultiChoice
Dim value As Boolean

value = instance.FillInChoice

instance.FillInChoice = value
[RemoteAttribute]
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

See Also

Reference

FieldMultiChoice Class

FieldMultiChoice Members

Microsoft.SharePoint.Client Namespace