LocalizedNameCollection.Add Method

Adds a new localized name to the collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

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

Parameters

See Also

Reference

LocalizedNameCollection Class

LocalizedNameCollection Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace