Share via


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; }

Property value

Type: Microsoft.Exchange.Data.Common.LocalizedString

See also

Reference

ILocalizedString interface

ILocalizedString members

Microsoft.Exchange.Data.Common namespace