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