Culture.WebCharset property
The WebCharset property gets the preferred Web character set for the culture that this Culture object represents.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property WebCharset As Charset
Get
'Usage
Dim instance As Culture
Dim value As Charset
value = instance.WebCharset
public Charset WebCharset { get; }
Property value
Type: Microsoft.Exchange.Data.Globalization.Charset