GetGroupByIdResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Get a group by its id
public class GetGroupByIdResponse
type GetGroupByIdResponse = class
Public Class GetGroupByIdResponse
- Inheritance
-
GetGroupByIdResponse
Constructors
| Name | Description |
|---|---|
| GetGroupByIdResponse() | |
Properties
| Name | Description |
|---|---|
| GroupMemberCount |
The number of members of the group. |
| Id |
The numerical id of the group. |
| IsKeyword |
Wheter this group is a keyword group. Such groups are autogenerated when a user sets up a keyword. Contacts are automatically added when they enroll. |
| LastMessageSentUtc |
Timestamp of when the last group message was sent for this group. |
| Name |
The name of this group. |
| Notes |
Any notes on this group. |