SPList.AllowMultiResponses property
取得或設定Boolean值,指定是否允許使用者授與調查的多個回覆。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
true如果允許使用者授與調查 ; 的多個回覆否則,請false。
備註
如果AllowMultiResponses屬性設為true問卷清單以外的任何清單, Microsoft SharePoint Foundation會產生SPException例外狀況。