Share via


Charset.Culture property

The Culture property gets the read-only Culture object for this Charset object.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Culture As Culture
    Get
'Usage
Dim instance As Charset
Dim value As Culture

value = instance.Culture
public Culture Culture { get; }

Property value

Type: Microsoft.Exchange.Data.Globalization.Culture

Remarks

While the culture is always defined for a Charset object, the definition may not be specific to the character set represented.

To find the Windows character set mapping for this Charset object, use the WindowsCharset property that belongs to the Culture object returned by the Culture property.

See also

Reference

Charset class

Charset members

Microsoft.Exchange.Data.Globalization namespace