MetadataObject.LocalizedDisplayNames Property

Gets the collection of localized display names.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.Client.LocalizedNameCollection
The collection of localized display names.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace