GroupAddMemberCommand AddedMembers Property CkSoftware GroupMe SDK - Documentation
Provides a list of the members which will be added on command-execution.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Commands
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public IEnumerable<AddMemberData> AddedMembers { get; }

Property Value

Type: IEnumerable AddMemberData 
See Also