SPFieldCallTo.AllowMultipleValues property

Boolean value that represents whether multiple values are allowed or not.

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 SPFieldCallTo
Dim value As Boolean

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

Property value

Type: System.Boolean
A Boolean value = true if multiple values are allowed, otherwise false.

See also

Reference

SPFieldCallTo class

SPFieldCallTo members

Microsoft.SharePoint.Applications.GroupBoard namespace