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.

See also

Reference

CoreProperty class

CoreProperty members

Microsoft.Office.Server.UserProfiles namespace