This documentation is archived and is not being maintained.
GroupCollection Properties
Visual Studio 2010
The GroupCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Returns the number of groups in the collection. |
|
IsReadOnly | Gets a value that indicates whether the collection is read-only. |
|
IsSynchronized | Gets a value that indicates whether access to the GroupCollection is synchronized (thread-safe). |
|
Item[Int32] | Enables access to a member of the collection by integer index. |
|
Item[String] | Enables access to a member of the collection by string index. |
|
SyncRoot | Gets an object that can be used to synchronize access to the GroupCollection. |
| Name | Description | |
|---|---|---|
|
ICollection::IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread-safe). |
|
ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Show: