LocalizedString Structure
The LocalizedString structure defines a localizable string.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure LocalizedString _
Implements ISerializable, ILocalizedString, IFormattable, IEquatable(Of LocalizedString)
'Usage
Dim instance As LocalizedString
[SerializableAttribute]
public struct LocalizedString : ISerializable,
ILocalizedString, IFormattable, IEquatable<LocalizedString>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.