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
public Culture Culture { get; }
public:
property Culture^ Culture {
Culture^ get ();
}
/** @property */
public Culture get_Culture ()
public function get Culture () : 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.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003