DeployedServiceReplicaList.Item[Int32] プロパティ

定義

指定したインデックス位置にある要素を取得します。

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

パラメーター

index
Int32

インデックス。

プロパティ値

指定したインデックス位置にある要素。

実装

適用対象