Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value specifying whether users are allowed to give multiple responses to the survey.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property AllowMultiResponses As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.AllowMultiResponses
instance.AllowMultiResponses = value
public bool AllowMultiResponses { get; set; }
Type: System.Boolean
true if users are allowed to give multiple responses to the survey; otherwise, false.
If the AllowMultiResponses property is set to true for any list other than a survey list, Microsoft SharePoint Foundation generates an SPException exception.