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方法。