ILineChannel.LineRegistration Property

Definition

The list of line channel registrations

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.ILineRegistration) }, Read=true, ReadOnly=false, Required=false, SerializedName="lineRegistrations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.ILineRegistration> LineRegistration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.ILineRegistration) }, Read=true, ReadOnly=false, Required=false, SerializedName="lineRegistrations", Update=true)>]
member this.LineRegistration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.ILineRegistration> with get, set
Public Property LineRegistration As List(Of ILineRegistration)

Property Value

Attributes

Applies to