'Declaration Public Property chKey As Byte
'Declaration
Public Property chKey As Byte
'Usage Dim instance As Lbl Dim value As Byte instance.chKey = value value = instance.chKey
'Usage
Dim instance As Lbl Dim value As Byte instance.chKey = value value = instance.chKey
public byte chKey {get; set;}
Lbl Class Lbl Members