IBot.ConfiguredChannel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of channels for which the bot is configured
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is configured", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="configuredChannels")]
public string[] ConfiguredChannel { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Collection of channels for which the bot is configured", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="configuredChannels")>]
member this.ConfiguredChannel : string[]
Public ReadOnly Property ConfiguredChannel As String()
Property Value
String[]
- Attributes