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