Share via


PartitionHealthStateList.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

public System.Fabric.Health.PartitionHealthState this[int index] { get; set; }
member this.Item(int) : System.Fabric.Health.PartitionHealthState with get, set
Default Public Property Item(index As Integer) As PartitionHealthState

Parameters

index
Int32

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

Property Value

Returns PartitionHealthState at the specified index.

Implements

Applies to