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!

ASCIIEncoding.CodePage

The code page identifier of the current instance of encoding.

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

Property Value

The code page identifier of the current instance of encoding.

See Also

ASCIIEncoding Class | ASCIIEncoding Members | System.Text Namespace