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