CoreProperty.Separator Property

Gets or sets the value of the separator used by the user interface for user profile core properties that have multiple values.

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

Syntax

'Declaration
Public Property Separator As MultiValueSeparator
    Get
    Set
'Usage
Dim instance As CoreProperty
Dim value As MultiValueSeparator

value = instance.Separator

instance.Separator = value
public MultiValueSeparator Separator { get; set; }

Property Value

Type: Microsoft.Office.Server.UserProfiles.MultiValueSeparator
Returns MultiValueSeparator.

See Also

Reference

CoreProperty Class

CoreProperty Members

Microsoft.Office.Server.UserProfiles Namespace