ILineChannel.LineRegistration 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.
The list of line channel registrations
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration) }, ReadOnly=false, Required=false, SerializedName="lineRegistrations")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration[] LineRegistration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of line channel registrations", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration) }, ReadOnly=false, Required=false, SerializedName="lineRegistrations")>]
member this.LineRegistration : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ILineRegistration[] with get, set
Public Property LineRegistration As ILineRegistration()
Property Value
- Attributes