Share via


ServiceGroupMemberTypeList.IndexOf(ServiceGroupMemberType) Method

Definition

Search for the index of the service group member type.

public int IndexOf (System.Fabric.Query.ServiceGroupMemberType item);
abstract member IndexOf : System.Fabric.Query.ServiceGroupMemberType -> int
override this.IndexOf : System.Fabric.Query.ServiceGroupMemberType -> int
Public Function IndexOf (item As ServiceGroupMemberType) As Integer

Parameters

item
ServiceGroupMemberType

The service group member type to be searched.

Returns

The index of the service group member type.

Implements

Applies to