2020-03-17 16:56:39 +01:00

7 lines
202 B
VB.net

Public Class XmlItemProperty
Public TableName As String
Public Description As String
Public IsRequired As Boolean
Public IsGrouped As Boolean
Public GroupScope As String
End Class