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)

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