Prepare Rights Management in DocumentResults

This commit is contained in:
Jonathan Jenne
2020-12-18 16:27:18 +01:00
parent fbc9a06764
commit 6ab3bef54d
3 changed files with 19 additions and 9 deletions

View File

@@ -20,5 +20,11 @@ Public Class ClassConfig
<ConnectionStringAppServer>
Public Property ConnectionStringAppServer As String = ""
<GlobalSetting>
Public Property AppServerConfig As String = ""
Public Property AppServerConfig As String = "172.24.12.39:9000"
Public ReadOnly Property IsIDB As Boolean
Get
Return AppServerConfig.Length > 0
End Get
End Property
End Class