ValidationResultCollection.Item Property

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ValidationResult
    Get
'Usage
Dim instance As ValidationResultCollection
Dim index As Integer
Dim value As ValidationResult

value = instance(index)
public ValidationResult this[
    int index
] { get; }
public:
property ValidationResult^ default[int index] {
    ValidationResult^ get (int index);
}
member Item : ValidationResult
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters