[]
Removes the first occurrence of a specific object from the ValidationRuleCollection.
public bool Remove(ValidationRule item)
| Type | Name | Description |
|---|---|---|
| ValidationRule | item | The object to remove from the ValidationRuleCollection. |
| Type | Description |
|---|---|
| bool | true if item was successfully removed from the ValidationRuleCollection; otherwise, false. This method also returns false if |