MultiValueSeparator enumeration

Defines the type of separator character used to separate multiple values for a property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Enumeration MultiValueSeparator
'Usage
Dim instance As MultiValueSeparator
public enum MultiValueSeparator

Members

Member name Description
Comma The separator character for multiple values is a comma.
Semicolon The separator character for multiple values is a semicolon.
Newline The separator character for multiple values is a new line character.
Unknown The separator character for multiple values is an unknown character.

Remarks

The default separator character is the comma. Administrators can also change the separator character by using the user interface.

For more information about how to change the default separator character for users who are entering multiple values for a property in the user interface, see How to: Change the Default Separator Character for Entering Multivalue Properties.

See also

Reference

Microsoft.Office.Server.UserProfiles namespace