FieldMultiChoice.FillInChoice - Propriété
Gets or sets a value that specifies whether the field can accept values other than those specified in Choices.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property FillInChoice As Boolean
Get
Set
'Utilisation
Dim instance As FieldMultiChoice
Dim value As Boolean
value = instance.FillInChoice
instance.FillInChoice = value
public bool FillInChoice { get; set; }
Valeur de propriété
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
Remarques
Setting the DisplayFormat property requires that the Update method be called for changes to take effect in the database.