MeetingParticipantsEventDetails Constructors
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.
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.