Share via


MeetingParticipantsEventDetails.Members Property

Definition

Gets the meeting participants info.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsMeetingMember> Members { get; }
member this.Members : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsMeetingMember>
Public ReadOnly Property Members As IList(Of TeamsMeetingMember)

Property Value

The participant accounts info.

Applies to