NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Encoding.WindowCodePage

Returns the windows code page that most closely corresponds to this encoding.

[Visual Basic]
Overridable Public ReadOnly Property WindowCodePage As Integer
[C#]
public int WindowCodePage {virtual get;}
[C++]
public: __property virtual int get_WindowCodePage();
[JScript]
public function get WindowCodePage() : int;

See Also

Encoding Class | Encoding Members | System.Text Namespace