LocalizedNameCollection.Remove Method (UInt32, String)
Removes the localized name for the specified locale identifier (LCID) from the collection by using a setting identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
lcid As UInteger, _
settingId As String _
)
'Usage
Dim instance As LocalizedNameCollection
Dim lcid As UInteger
Dim settingId As String
instance.Remove(lcid, settingId)
public void Remove(
uint lcid,
string settingId
)
Parameters
lcid
Type: System.UInt32The LCID representing the language.
settingId
Type: System.StringThe specified setting.
See Also
Reference
LocalizedNameCollection Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace