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