ApplicationHealthStateList.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

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

Parameters

index
Int32

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

Property Value

The ApplicationHealthState at the specified index.

Implements

Applies to