MultiLingualString<T>.Item property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Default Property Item ( _
lcid As Integer _
) As String
Get
Set
'Usage
Dim instance As MultiLingualString
Dim lcid As Integer
Dim value As String
value = instance(lcid)
instance(lcid) = value
public string this[
int lcid
] { get; set; }
Parameters
- lcid
Type: System.Int32
Property value
Type: System.String