The VGPermissionSetCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VGPermissionSetCollection |
Creates a new, empty permission set collection.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified permission set to the collection.
| |
| Clear |
Removes all permission set objects from the collection.
| |
| CopyTo |
Copies the permission set collection to a one-dimensional array.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator that can iterate through the permission set collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes the permission set object with the specified repository id from the collection.
| |
| SetReadOnly |
Makes the contents of the permission set collection read-only.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of permission set objects in the collection.
| |
| IsSynchronized |
Gets a value indicating whether the permission set collection is thread safe.
| |
| Item | Overloaded. | |
| SyncRoot |
Gets the synchronization root.
|