共用方式為


ConversationAccount.Role 屬性

定義

取得或設定帳戶後方實體的角色, (範例:使用者、Bot 等等。) 。 可能的值包括:'user'、'bot'。

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

屬性值

帳戶後方實體的角色。

適用於