'Declaration <ObsoleteAttribute("This property is no longer supported.", False)> <EditorBrowsableAttribute(Never)> <BrowsableAttribute(False)> Public Property CharSet As System.Int32
[Obsolete("This property is no longer supported.", False)] [EditorBrowsable(Never)] [Browsable(False)] public System.Int32 CharSet { get; set; }
[Obsolete("This property is no longer supported.", False)] [EditorBrowsable(Never)] [Browsable(False)] public: __property System.Int32 get_CharSet(); public: __property void set_CharSet(
System.Int32 value
);
[Obsolete("This property is no longer supported.", False)] [EditorBrowsable(Never)] [Browsable(False)] public:
property System.Int32 CharSet { System.Int32 get(); void set(System.Int32 value); }