CoreProperty.DisplayNameLocalized property

Retrieves a list of localized user-facing display names for the profile core property.

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

Syntax

'Declaration
Public ReadOnly Property DisplayNameLocalized As LocalizedStringManager
    Get
'Usage
Dim instance As CoreProperty
Dim value As LocalizedStringManager

value = instance.DisplayNameLocalized
public LocalizedStringManager DisplayNameLocalized { get; }

Property value

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

See also

Reference

CoreProperty class

CoreProperty members

Microsoft.Office.Server.UserProfiles namespace