ILocalizedString.LocalizedString Property
When implemented in a class that implements the ILocalizedString interface, the LocalizedString property gets a localized version of the contained string..
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
ReadOnly Property LocalizedString As LocalizedString
Get
'Usage
Dim instance As ILocalizedString
Dim value As LocalizedString
value = instance.LocalizedString
LocalizedString LocalizedString { get; }