Share via


ServiceGroupMemberTypeList.Remove(ServiceGroupMemberType) Method

Definition

Remove the service group member type.

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

Parameters

item
ServiceGroupMemberType

The service group member type to be removed.

Returns

The result of the remove.

Implements

Applies to