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
- lcid
Type: System.Int32
- localizedValue
Type: System.String
Return value
Type: System.Boolean