IFacebookChannel.Page Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of Facebook pages", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IFacebookPage) }, ReadOnly=false, Required=false, SerializedName="pages")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IFacebookPage[] Page { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The list of Facebook pages", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IFacebookPage) }, ReadOnly=false, Required=false, SerializedName="pages")>]
member this.Page : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IFacebookPage[] with get, set
Public Property Page As IFacebookPage()

Property Value

IFacebookPage[]
Attributes

Applies to