Version Property (QRCode)
In This Topic
Gets or sets the version of QR Code.
Syntax
'Declaration
Public Property Version As Integer
'Usage
Dim instance As QRCode
Dim value As Integer
instance.Version = value
value = instance.Version
public int Version {get; set;}
See Also