ApplicationUserCollection Class Properties
For a list of all members of this type, see ApplicationUserCollection members.
| Name | Description |
 | Count | Gets the number of ApplicationUser items in the ApplicationUserCollection. |
 | IsReadOnly | Gets a value indicating whether the ApplicationUserCollection is read-only. |
 | Item | Overloaded. Gets a ApplicationUser item at a specified index (in the sorted order). (NOT BY ThreadId or ThreadIndex! Use TryGetValue to lookup by ThreadIndex or TryFindThreadId to lookup by ThreadId.) |
Top