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