| IUserManagerGetUsers Method  | 
            Returns a list of all users. Throw an exception if 
CanListUsers is false.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIEnumerable<IUser> GetUsers()
Function GetUsers As IEnumerable(Of IUser)
IEnumerable<IUser^>^ GetUsers()
abstract GetUsers : unit -> IEnumerable<IUser> 
Return Value
Type: 
IEnumerableIUser
Remarks
            Do not return deleted users in this list. Do not consider the Enabled flag - this must
            return both enabled and disabled users.
            
See Also