CoreProperty.DescriptionLocalized Property

Retrieves a list of the localized user-facing descriptions 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 DescriptionLocalized As LocalizedStringManager
    Get
'Usage
Dim instance As CoreProperty
Dim value As LocalizedStringManager

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

Property Value

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

See Also

Reference

CoreProperty Class

CoreProperty Members

Microsoft.Office.Server.UserProfiles Namespace