ConnectionNumber Property
In This Topic
Gets or sets the number of the connection function.
Syntax
'Declaration
Public Property ConnectionNumber As Integer
'Usage
Dim instance As QRCode
Dim value As Integer
instance.ConnectionNumber = value
value = instance.ConnectionNumber
public int ConnectionNumber {get; set;}
See Also