DeployedServiceTypeList.IndexOf(DeployedServiceType) Method

Definition

Gets the index of the specified item in this list.

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

Parameters

item
DeployedServiceType

The item in the list.

Returns

The index of the specified item in this list.

Implements

Applies to