Monorepo/GUIs.GlobalIndexer/ControlMeta.vb
2021-03-18 13:16:48 +01:00

5 lines
171 B
VB.net

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