Gets all users
            
    Namespace: 
   IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
 Syntax
Syntax
| C# | 
|---|
| public IDictionary<int, User> AllUsers { get; internal set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property AllUsers As IDictionary(Of Integer, User) | 
| Visual C++ | 
|---|
| public: property IDictionary<int, User^>^ AllUsers { IDictionary<int, User^>^ get (); void set (IDictionary<int, User^>^ value); } | 





