LocalizedNameCollection Class

Represents a collection of localized names.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.Client.LocalizedNameCollection

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

Syntax

'Declaration
Public NotInheritable Class LocalizedNameCollection _
    Implements IEnumerable(Of LocalizedName), IEnumerable
'Usage
Dim instance As LocalizedNameCollection
public sealed class LocalizedNameCollection : IEnumerable<LocalizedName>, 
    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.

See Also

Reference

LocalizedNameCollection Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace