MetadataObject.LocalizedDisplayNames Property

Gets the collection of localized display names.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property LocalizedDisplayNames As LocalizedNameCollection
    Get
'Usage
Dim instance As MetadataObject
Dim value As LocalizedNameCollection

value = instance.LocalizedDisplayNames
public LocalizedNameCollection LocalizedDisplayNames { get; }

Property Value

Type: Microsoft.SharePoint.BusinessData.Administration.LocalizedNameCollection
The collection of localized display names.

Examples

The following example illustrates the use of this property on an Entity object, which is a MetadaObject type.

Code Snippet: Add a Localized Name to a MetadataObject Using the Administration Object Model

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.SharePoint.BusinessData.Administration Namespace