ChannelAccount.Role 속성

정의

계정 뒤에 있는 엔터티의 역할을 가져오거나 설정합니다(예: 사용자, 봇 등). 가능한 값은 'user', 'bot'입니다.

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

속성 값

계정 뒤에 있는 엔터티의 역할입니다.

적용 대상