'Declaration
<JsonAttribute(1)> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Overridable Property SymbolSize As Ecc000_140SymbolSize
'Usage
Dim instance As DataMatrixEcc000 Dim value As Ecc000_140SymbolSize instance.SymbolSize = value value = instance.SymbolSize
[Json(1)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public virtual Ecc000_140SymbolSize SymbolSize {get; set;}
public read-write property SymbolSize: Ecc000_140SymbolSize; virtual;
JsonAttribute(1) System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument) public function get,set SymbolSize : Ecc000_140SymbolSize
[Json(1)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: __property virtual Ecc000_140SymbolSize get_SymbolSize(); public: __property virtual void set_SymbolSize( Ecc000_140SymbolSize value );
[Json(1)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: virtual property Ecc000_140SymbolSize SymbolSize { Ecc000_140SymbolSize get(); void set ( Ecc000_140SymbolSize value); }