GroupCollection.Item[Int32] Property

Definition

Gets or sets the Group element at the specified index.

public Microsoft.AnalysisServices.Group this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.Group with get, set
Default Public Property Item(index As Integer) As Group

Parameters

index
Int32

The zero-based index of the element to get or set.

Property Value

The Group element at the specified index.

Exceptions

The specified index is not a valid value (less than zero or bigger then the total number of elements).

The specified value is a null reference (Nothing in Visual Basic).

Applies to