LocalizedString Constructor (Int64, String)
Creates an instance of the LocalizedString class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
lcid As Long, _
value As String _
)
'Usage
Dim lcid As Long
Dim value As String
Dim instance As New LocalizedString(lcid, value)
public LocalizedString(
long lcid,
string value
)
Parameters
- lcid
Type: System.Int64
lcid for the string
- value
Type: System.String
value of the string