Share via


Charset.IsWindowsCharset Property

The IsWindowsCharset property gets a Boolean value that indicates whether the character set represented by this Charset object is a Windows character set.

Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public ReadOnly Property IsWindowsCharset As Boolean
public bool IsWindowsCharset { get; }
public:
property bool IsWindowsCharset {
    bool get ();
}
/** @property */
public boolean get_IsWindowsCharset ()
public function get IsWindowsCharset () : boolean

Remarks

The IsWindowsCharset property returns true for the Unicode character set. This guarantees that there is a valid Windows character set for any culture.

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