ConnectionIndex Property (QrCode)
In This Topic
Gets or sets the index of the symbol block in the structured append message.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(0)>
Public Overridable Property ConnectionIndex As System.Integer
'Usage
Dim instance As QrCode
Dim value As System.Integer
instance.ConnectionIndex = value
value = instance.ConnectionIndex
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public virtual System.int ConnectionIndex {get; set;}
public read-write property ConnectionIndex: System.Integer; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute(0)
public function get,set ConnectionIndex : System.int
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public: __property virtual System.int get_ConnectionIndex();
public: __property virtual void set_ConnectionIndex(
System.int value
);
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public:
virtual property System.int ConnectionIndex {
System.int get();
void set ( System.int value);
}
See Also