The SecurityGroups type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an object to the collection.
(Inherited from IEditableMetaCollection<(Of <(T>)>).) | |
| Clear | Not Implemented.
(Inherited from IEditableMetaCollection<(Of <(T>)>).) | |
| Contains | Overloaded. | |
| CopyTo | .NET only. Copies the collection to another collection that implements the IList interface.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| GetEnumerator | Overloaded. | |
| GetValues | .NET only. Given a list of string IDs, returns a list of items with those IDs.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| IndexOf | Overloaded. | |
| ItemEx | Given the string ID of an item, returns the object and the index in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| NewItem | Creates a new SecurityGroup. Usually followed by a call to Add.
| |
| Remove | Removes the specified object from the collection.
(Inherited from IEditableMetaCollection<(Of <(T>)>).) | |
| RemoveAt | Overloaded. | |
| TryGetValue | Attempts to get the object with the string ID passed in. Returns false if object is not in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).) |
Properties
| Name | Description | |
|---|---|---|
| ContainingElementKind | .NET only. Gets the string description of the type of objects in the collection.
(Inherited from ICollectionDescription.) | |
| Count | Gets the integer number of elements in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| Item | Overloaded. | |
| List | .NET only. Gets an IList of the items in the collection.
(Inherited from IMetaCollection<(Of <(T>)>).) | |
| TargetCollectionKind | .NET only. Gets the string description of collection type.
(Inherited from ICollectionDescription.) |