Share via


SPFieldSendTo.AllowMultipleValues Property

Property that indicates whether multiple values are allowed or not. Default is true.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property AllowMultipleValues As Boolean
    Get
'Usage
Dim instance As SPFieldSendTo
Dim value As Boolean

value = instance.AllowMultipleValues
public override bool AllowMultipleValues { get; }

Property Value

Type: System.Boolean
A Boolean value = true.

See Also

Reference

SPFieldSendTo Class

SPFieldSendTo Members

Microsoft.SharePoint.Applications.GroupBoard Namespace