IFacebookChannel.Page Property

Definition

The list of Facebook pages

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

Property Value

Attributes

Applies to