CharCode Property (QrCode)
In This Topic
Gets or sets the collection of characters associated with the charset.
Syntax
'Declaration
<JsonAttribute(1)>
Public Overridable Property CharCode As System.Integer
'Usage
Dim instance As QrCode
Dim value As System.Integer
instance.CharCode = value
value = instance.CharCode
[Json(1)]
public virtual System.int CharCode {get; set;}
public read-write property CharCode: System.Integer; virtual;
JsonAttribute(1)
public function get,set CharCode : System.int
[Json(1)]
public: __property virtual System.int get_CharCode();
public: __property virtual void set_CharCode(
System.int value
);
[Json(1)]
public:
virtual property System.int CharCode {
System.int get();
void set ( System.int value);
}
See Also