UpdateGroupResponse 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 Updates a group with the given id
public class UpdateGroupResponse
type UpdateGroupResponse = class
Public Class UpdateGroupResponse
- Inheritance
-
UpdateGroupResponse
Constructors
| Name | Description |
|---|---|
| UpdateGroupResponse() | |
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. |