获取或设置一个Boolean值,指定是否允许用户授予对调查的多个响应。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AllowMultiResponses As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.AllowMultiResponses
instance.AllowMultiResponses = value
public bool AllowMultiResponses { get; set; }
属性值
类型:System.Boolean
true如果允许用户授予对调查 ; 的多个响应否则为false。
备注
如果AllowMultiResponses属性设置为true调查列表之外的任何列表中, Microsoft SharePoint Foundation生成SPException异常。