* „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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user