Partager via


UserMgmtManager.GetUsers Method ()

 

Gets a collection of User objects.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public ThreadSafeReadOnlyObservableCollection<User> GetUsers()
public:
ThreadSafeReadOnlyObservableCollection<User^>^ GetUsers()
Public Function GetUsers As ThreadSafeReadOnlyObservableCollection(Of User)

Return Value

Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ThreadSafeReadOnlyObservableCollection<User>

A ReadOnlyObservableCollection<T> that contains User objects.

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top