LoadMessagesResultData Messages Property CkSoftware GroupMe SDK - Documentation
The list of loaded messages.

Namespace: CkSoftware.GroupMe.Sdk.Messaging.Dao
Assembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public IEnumerable<GroupMeMessageData> Messages { get; set; }

Property Value

Type: IEnumerable GroupMeMessageData 
See Also