次の方法で共有


TeamsParticipantChannelAccount クラス

定義

ユーザーの Azure Active Directory と会議参加者の詳細を詳しく説明する Teams 参加者チャネル アカウント。

public class TeamsParticipantChannelAccount : Microsoft.Bot.Schema.Teams.TeamsChannelAccount
type TeamsParticipantChannelAccount = class
    inherit TeamsChannelAccount
Public Class TeamsParticipantChannelAccount
Inherits TeamsChannelAccount
継承
TeamsParticipantChannelAccount

コンストラクター

TeamsParticipantChannelAccount()

TeamsParticipantChannelAccount クラスの新しいインスタンスを初期化します。

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

TeamsParticipantChannelAccount クラスの新しいインスタンスを初期化します。

プロパティ

AadObjectId

Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID を取得または設定します。

(継承元 ChannelAccount)
Conversation

会議の会話アカウントを取得または設定します。

Email

ユーザーの電子メール ID を取得または設定します。

(継承元 TeamsChannelAccount)
GivenName

ユーザー名の指定された名前部分を取得または設定します。

(継承元 TeamsChannelAccount)
Id

このチャネルのユーザーまたはボットのチャネル ID を取得または設定します (例: joe@smith.com、または @joesmith 123456)。

(継承元 ChannelAccount)
InMeeting

参加者が会議に参加しているかどうかを示す値を取得または設定します。

MeetingRole

会議での参加者の役割を取得または設定します。

Name

表示フレンドリ名を取得または設定します。

(継承元 ChannelAccount)
Properties

型によって ChannelAccount 定義されていないが、REST JSON オブジェクトに表示される可能性があるプロパティを取得または設定します。

(継承元 ChannelAccount)
Role

アカウントの背後にあるエンティティのロールを取得または設定します (例: User、Bot など)。 使用可能な値は、'user'、'bot' です。

(継承元 ChannelAccount)
Surname

ユーザー名の姓部分を取得または設定します。

(継承元 TeamsChannelAccount)
TenantId

TenantId を取得または設定します。

(継承元 TeamsChannelAccount)
UserPrincipalName

一意のユーザー プリンシパル名を取得または設定します。

(継承元 TeamsChannelAccount)
UserRole

UserRole を取得または設定します。

(継承元 TeamsChannelAccount)

適用対象