LocalizedStringManager.Item Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Default Property Item ( _
lcid As Integer _
) As String
Get
Set
'Usage
Dim instance As LocalizedStringManager
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