Share via


ProvisionedFabricConfigVersionList.Remove Method

Definition

Removes the specified item from this list.

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

Parameters

item
ProvisionedFabricConfigVersion

The object to remove from the list.

Returns

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

Implements

Applies to