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