ServiceGroupMemberTypeList.Item[Int32] Property

Definition

Access the service group member type.

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

Parameters

index
Int32

The index of service group member type to be accessed.

Property Value

Index of the service group member type.

Implements

Applies to