TaskCollection Members
Represents a collection of Task objects that are displayed in the task pane of the Administration Console.
The following tables list the members exposed by the TaskCollection type.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of Task objects in the TaskCollection. |
|
IsReadOnly | Gets a value that indicates whether the TaskCollection is read-only. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified Task object to the TaskCollection. |
![]() | Clear | Removes all Task objects from the TaskCollection. |
![]() | Contains | Determines whether the specified Task object is in the TaskCollection. |
![]() | CopyTo | Copies the entire TaskCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals | Overloaded. (Inherited from Object) |
![]() | GetEnumerator | Returns an enumerator that is used to iterate through the TaskCollection. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() ![]() | ReferenceEquals | (Inherited from Object) |
![]() | Remove | Removes the first occurrence of the specified Task object from the TaskCollection. |
![]() | ToString | (Inherited from Object) |
Community Additions
Show: