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!

UTF7Encoding.CodePage

Gets 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

Value Meaning
-1 The encoding does not represent a code page.
0-65535 The code page identifier for the encoding

Remarks

The returned value is 65000.

See Also

UTF7Encoding Class | UTF7Encoding Members | System.Text Namespace