Compartir a través de


IBot.EnabledChannel Property

Definition

Collection of channels for which the bot is enabled

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is enabled", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="enabledChannels")]
public string[] EnabledChannel { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is enabled", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="enabledChannels")>]
member this.EnabledChannel : string[]
Public ReadOnly Property EnabledChannel As String()

Property Value

String[]
Attributes

Applies to