LocalizedString constructor (String)
The LocalizedString constructor creates a new LocalizedString object.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New LocalizedString(value)
public LocalizedString(
string value
)
Parameters
value
Type: System.StringThe contents of the new LocalizedString object.