MultiLingualString<T>.TryGetValueForLCID method

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function TryGetValueForLCID ( _
    lcid As Integer, _
    <OutAttribute> ByRef localizedValue As String _
) As Boolean
'Usage
Dim instance As MultiLingualString
Dim lcid As Integer
Dim localizedValue As String
Dim returnValue As Boolean

returnValue = instance.TryGetValueForLCID(lcid, _
    localizedValue)
public bool TryGetValueForLCID(
    int lcid,
    out string localizedValue
)

Parameters

Return value

Type: System.Boolean

See also

Reference

MultiLingualString<T> class

MultiLingualString<T> members

Microsoft.Office.Server.Search.Query.Rules namespace