8 lines
235 B
VB.net
8 lines
235 B
VB.net
Public Class XmlItemProperty
|
|
Public TableName As String
|
|
Public TableColumn As String
|
|
Public Description As String
|
|
Public IsRequired As Boolean
|
|
Public IsGrouped As Boolean
|
|
Public GroupScope As String
|
|
End Class |