ValidationResultCollection.Item Property

Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public ValidationResult this[
    int index
] { get; }

Parameters

Property Value

Type: Microsoft.AnalysisServices.ValidationResult
The reference to the validation.

See Also

Reference

ValidationResultCollection Class

Microsoft.AnalysisServices Namespace