DeployedApplicationHealthStateList.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

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

Parameters

index
Int32

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

Property Value

The DeployedApplicationHealthState at the specified index.

Implements

Applies to