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