Prepare Rights Management in DocumentResults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user