MetadataObject.LocalizedDisplayNames Property
Gets all the localized display names available for this metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Administration.LocalizedNameCollection
A LocalizedNameCollection object containing all the localized display names.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace