SlackChannelProperties(Boolean) Constructor

Definition

Initializes a new instance of SlackChannelProperties.

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

Parameters

isEnabled
Boolean

Whether this channel is enabled for the bot.

Applies to