'Declaration Public Property cb As Integer
'Declaration
Public Property cb As Integer
'Usage Dim instance As CrtMlFrt Dim value As Integer instance.cb = value value = instance.cb
'Usage
Dim instance As CrtMlFrt Dim value As Integer instance.cb = value value = instance.cb
public int cb {get; set;}
CrtMlFrt Class CrtMlFrt Members