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!

TextInfo.OEMCodePage

Represents the OEM code page.

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

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace