Public Class User Public Property Id As Integer = 0 Public Property Prename As String Public Property Name As String Public Property Username As String Public Property Email As String Public Property Language As String End Class