MsTeamsChannelProperties(Boolean) Constructor

Definition

Initializes a new instance of MsTeamsChannelProperties.

public MsTeamsChannelProperties (bool isEnabled);
new Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties : bool -> Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Whether this channel is enabled for the bot.

Applies to