ValidationErrorCollection.Contains(ValidationError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified ValidationError exists in the collection.
public bool Contains (Microsoft.AnalysisServices.ValidationError item);
member this.Contains : Microsoft.AnalysisServices.ValidationError -> bool
Public Function Contains (item As ValidationError) As Boolean
Parameters
- item
- ValidationError
The ValidationError whose existence is checked.
Returns
True, if the specified ValidationError is found in the collection; otherwise, false.