'Declaration Public Function Remove( _ ByVal item As ObjectSubmitError _ ) As Boolean
public bool Remove( ObjectSubmitError item )
Parameters
- item
- The error to remove from the collection.
Return Value
True if the error was removed from the collection. Otherwise, false.