GroupInfoCollection Class Properties
In This Topic
For a list of all members of this type, see GroupInfoCollection members.
Public Properties
| Name | Description |
 | CanSerializeXml | Gets whether the object can be rendered with XML in its entirety without losing any information. |
 | Count | Gets the number of GroupInfo objects in the collection. |
 | IsFixedSize | Gets whether the collection has a fixed size. (This implementation always returns false.) |
 | IsReadOnly | Gets whether the collection is read-only. (This implementation always returns false.) |
 | IsSynchronized | Gets whether access to the collection is synchronized. (This implementation always returns false.) |
 | Item | Gets or sets the GroupInfo object at the specified index in the collection. |
 | SyncRoot | Gets a collection (GroupInfoCollection object) that can be used to synchronize access. |
Top
See Also