AccountCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes an Account from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the Account, with the specified identifier, from the collection. | |
Remove(Account) | Removes the specified Account from the collection. | |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
Remove(String, Boolean) | Infrastructure. | |
Remove(Account, Boolean) | Infrastructure. |
Top
See Also