LocalizedNameCollection class
Represents a collection of localized names.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.LocalizedNameCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class LocalizedNameCollection _
Implements IEnumerable
'Usage
Dim instance As LocalizedNameCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class LocalizedNameCollection : IEnumerable
Remarks
A localized name is the string representation of a metadata object in a particular locale.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.