Files
Monorepo/GUIs.GlobalIndexer/ControlMeta.vb
2021-12-15 13:53:30 +01:00

5 lines
172 B
VB.net

Public Class _ControlMeta
Public Property IndexName As String
Public Property IndexType As String
Public Property MultipleValues As Boolean = False
End Class