TeamsParticipantChannelAccount Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
TeamsParticipantChannelAccount() |
Initialiseert een nieuw exemplaar van de TeamsParticipantChannelAccount klasse. |
TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount) |
Initialiseert een nieuw exemplaar van de TeamsParticipantChannelAccount klasse. |
TeamsParticipantChannelAccount()
Initialiseert een nieuw exemplaar van de TeamsParticipantChannelAccount klasse.
public TeamsParticipantChannelAccount ();
Public Sub New ()
Van toepassing op
TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)
Initialiseert een nieuw exemplaar van de TeamsParticipantChannelAccount klasse.
public TeamsParticipantChannelAccount (string id = default, string name = default, string givenName = default, string surname = default, string email = default, string userPrincipalName = default, string tenantId = default, string userRole = default, string meetingRole = default, bool inMeeting = false, Microsoft.Bot.Schema.ConversationAccount conversation = default);
new Microsoft.Bot.Schema.Teams.TeamsParticipantChannelAccount : string * string * string * string * string * string * string * string * string * bool * Microsoft.Bot.Schema.ConversationAccount -> Microsoft.Bot.Schema.Teams.TeamsParticipantChannelAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional givenName As String = Nothing, Optional surname As String = Nothing, Optional email As String = Nothing, Optional userPrincipalName As String = Nothing, Optional tenantId As String = Nothing, Optional userRole As String = Nothing, Optional meetingRole As String = Nothing, Optional inMeeting As Boolean = false, Optional conversation As ConversationAccount = Nothing)
Parameters
- id
- String
Kanaal-id voor de gebruiker of bot op dit kanaal. (Voorbeeld: joe@smith.com, of @joesmith of 123456).
- name
- String
Beschrijvende naam weergeven.
- givenName
- String
Voornaam deel van de gebruikersnaam.
- surname
- String
Achternaamgedeelte van de gebruikersnaam.
- String
Email id van de gebruiker.
- userPrincipalName
- String
Unieke user principal name.
- tenantId
- String
TenantId van de gebruiker.
- userRole
- String
UserRole van de gebruiker.
- meetingRole
- String
Rol van de deelnemer aan de huidige vergadering.
- inMeeting
- Boolean
Waar, als de deelnemer deelneemt aan de vergadering.
- conversation
- ConversationAccount
Gespreksaccount voor de vergadering.