LocalizedStringManager.ContainsKey method

Returns a value indicating whether the LocalizedStringManager object contains strings in the specified language.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function ContainsKey ( _
    lcid As Integer _
) As Boolean
'Usage
Dim instance As LocalizedStringManager
Dim lcid As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsKey(lcid)
public bool ContainsKey(
    int lcid
)

Parameters

  • lcid
    Type: System.Int32

    A 32-bit integer that indicates the locale identifier for the language.

Return value

Type: System.Boolean
true if the LocalizedStringManager contains strings in the specified language; otherwise, false.

See also

Reference

LocalizedStringManager class

LocalizedStringManager members

Microsoft.Office.Server.UserProfiles namespace