CheckCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a Check object from the CheckCollection collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes a Check object with the specified name from the CheckCollection collection. | |
Remove(Check) | Removes a Check object from the CheckCollection collection. |
Top