ChannelAccount.Role Property

Definition

Gets or sets role of the entity behind the account (Example: User, Bot, etc.). Possible values include: 'user', 'bot'.

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

Property Value

The role of the entity behind the account.

Applies to