ChannelAccount.Role プロパティ

定義

アカウントの背後にあるエンティティの役割(例:ユーザー、ボットなど)を取得したり設定したりします。 使用可能な値は、'user'、'bot' です。

public string Role { get; set; }
member this.Role : string with get, set
Public Property Role As String

プロパティ値

アカウントの背後にある法人の役割。

適用対象