Dela via


ServiceGroupMemberTypeList.Add(ServiceGroupMemberType) Method

Definition

Add the service group member type.

public void Add (System.Fabric.Query.ServiceGroupMemberType item);
abstract member Add : System.Fabric.Query.ServiceGroupMemberType -> unit
override this.Add : System.Fabric.Query.ServiceGroupMemberType -> unit
Public Sub Add (item As ServiceGroupMemberType)

Parameters

item
ServiceGroupMemberType

The service group member type to be added.

Implements

Applies to