CoreProperty.IsMultivalued Property
Gets or sets a value indicating whether the profile core property can have multiple values.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsMultivalued As Boolean
Get
Set
'Usage
Dim instance As CoreProperty
Dim value As Boolean
value = instance.IsMultivalued
instance.IsMultivalued = value
public bool IsMultivalued { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.