Share via


MeetingParticipantsEventDetails Constructors

Definition

Overloads

MeetingParticipantsEventDetails()

Initializes a new instance of the MeetingParticipantsEventDetails class.

MeetingParticipantsEventDetails(IList<TeamsMeetingMember>)

Initializes a new instance of the MeetingParticipantsEventDetails class.

MeetingParticipantsEventDetails()

Initializes a new instance of the MeetingParticipantsEventDetails class.

public MeetingParticipantsEventDetails ();
Public Sub New ()

Applies to

MeetingParticipantsEventDetails(IList<TeamsMeetingMember>)

Initializes a new instance of the MeetingParticipantsEventDetails class.

public MeetingParticipantsEventDetails (System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsMeetingMember> members = default);
new Microsoft.Bot.Schema.Teams.MeetingParticipantsEventDetails : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsMeetingMember> -> Microsoft.Bot.Schema.Teams.MeetingParticipantsEventDetails
Public Sub New (Optional members As IList(Of TeamsMeetingMember) = Nothing)

Parameters

members
IList<TeamsMeetingMember>

The members involved in the meeting event.

Applies to