다음을 통해 공유


IFacebookChannel.Page Property

Definition

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

Applies to