Share via


ApplicationTypeList.Remove(ApplicationType) Method

Definition

Removes the specified item from the list.

public bool Remove (System.Fabric.Query.ApplicationType item);
abstract member Remove : System.Fabric.Query.ApplicationType -> bool
override this.Remove : System.Fabric.Query.ApplicationType -> bool
Public Function Remove (item As ApplicationType) As Boolean

Parameters

item
ApplicationType

The object to remove from the list.

Returns

true if the item was successfully removed from the list; otherwise, false.

Implements

Applies to