Dela via


DeployedCodePackageList.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The specified index of the item.

Property Value

The deployed item at the specified index.

Implements

Applies to