ValidationErrorCollection.IList.Item Property

Gets or sets the element at the specified index.

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

Syntax

C#
Object IList.this[
    int index
] { get; set; }

Parameters

  • index
    Type: System.Int32
    The zero-based index of the element to get or set.

Property Value

Type: System.Object
The element at the specified index.

Implements

IList.Item[Int32]

See Also

Reference

ValidationErrorCollection Class

Microsoft.AnalysisServices Namespace