* „Linie 1548: Replaced the undeclared identifier 'WMEntityUser' with the fully qualified enum value 'WINDREAMLib.WMEntity.WMEntityUser' as per the available members in the referenced interop assembly.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:44:31 +01:00
parent 6d50cad7f7
commit 3e29b5ee68

View File

@@ -1545,7 +1545,7 @@ Public Class Windream
End Function
Public Function TestUserExists(Username As String) As Boolean
Return TestObjectExists(Username, WMEntityUser)
Return TestObjectExists(Username, WINDREAMLib.WMEntity.WMEntityUser)
End Function
Public Function TestGroupExists(Groupname As String) As Boolean