GroupMetadata interface
Signature:
export interface GroupMetadata
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
MemberCount | readonly | number | The number of members in the group |
Name | readonly | string | The name of the group |
GroupMetadata.MemberCount property
The number of members in the group
Signature:
readonly MemberCount: number;
GroupMetadata.Name property
The name of the group
Signature:
readonly Name: string;
Updated 7 months ago