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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.