GroupData Members Property CkSoftware GroupMe SDK - Documentation
The list of currently active group-members.

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

public IEnumerable<GroupMemberData> Members { get; set; }

Property Value

Type: IEnumerable GroupMemberData 
See Also