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