Share via


LocalizedNameCollection.Add method (UInt32, String, String)

Adds a new localized name to the collection using the specified locale ID, localized name, and setting.

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

Syntax

'Declaration
Public Sub Add ( _
    lcid As UInteger, _
    localizedName As String, _
    settingId As String _
)
'Usage
Dim instance As LocalizedNameCollection
Dim lcid As UInteger
Dim localizedName As String
Dim settingId As String

instance.Add(lcid, localizedName, settingId)
public void Add(
    uint lcid,
    string localizedName,
    string settingId
)

Parameters

See also

Reference

LocalizedNameCollection class

LocalizedNameCollection members

Add overload

Microsoft.SharePoint.BusinessData.Administration namespace