When implemented by a subclass, this property contains the code page identifier of this encoding.
[Visual Basic] MustOverride Public ReadOnly Property CodePage As Integer [C#] public int CodePage {abstract get;} [C++] public: __property virtual int get_CodePage() = 0; [JScript] public abstract function get CodePage() : int;
This property must be implemented or overridden.